Changeset 47157 in webkit


Ignore:
Timestamp:
Aug 12, 2009 3:55:59 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-08-12 Shinichiro Hamaji <hamaji@chromium.org>

Reviewed by Dan Bernstein.

fix a typo in platform/graphics/skia/PlatformContextSkia.cpp
https://bugs.webkit.org/show_bug.cgi?id=28172

No new tests because it's a just typo fix.

  • platform/graphics/skia/PlatformContextSkia.cpp: (PlatformContextSkia::setupPaintCommon):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47155 r47157  
     12009-08-12  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        fix a typo in platform/graphics/skia/PlatformContextSkia.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=28172
     7
     8        No new tests because it's a just typo fix.
     9
     10        * platform/graphics/skia/PlatformContextSkia.cpp:
     11        (PlatformContextSkia::setupPaintCommon):
     12
    1132009-08-12  Michelangelo De Simone  <micdesim@gmail.com>
    214
  • trunk/WebCore/platform/graphics/skia/PlatformContextSkia.cpp

    r46447 r47157  
    296296void PlatformContextSkia::setupPaintCommon(SkPaint* paint) const
    297297{
    298 #ifdef SK_DEBUGx
     298#ifdef SK_DEBUG
    299299    {
    300300        SkPaint defaultPaint;
Note: See TracChangeset for help on using the changeset viewer.