Changeset 93540 in webkit


Ignore:
Timestamp:
Aug 22, 2011 2:07:03 PM (13 years ago)
Author:
caryclark@google.com
Message:

Webkit Mac10.6 Builder-Tester (Skia)(deps)(dbg) has compile failures
https://bugs.webkit.org/show_bug.cgi?id=66703

This error was detected by the debug build of the Chromium WebKit
Canary.

Reviewed by James Robinson.

No new tests. This change suppresses a compile-time warning
but does not affect the generated code.

  • platform/graphics/mac/FontCustomPlatformData.h:

Replaced struct with class in a forward reference.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r93538 r93540  
     12011-08-22  Cary Clark  <caryclark@google.com>
     2
     3        Webkit Mac10.6 Builder-Tester (Skia)(deps)(dbg) has compile failures
     4        https://bugs.webkit.org/show_bug.cgi?id=66703
     5
     6        This error was detected by the debug build of the Chromium WebKit
     7        Canary.
     8
     9        Reviewed by James Robinson.
     10
     11        No new tests. This change suppresses a compile-time warning
     12        but does not affect the generated code.
     13
     14        * platform/graphics/mac/FontCustomPlatformData.h:
     15        Replaced struct with class in a forward reference.
     16
    1172011-08-22  Alexandru Chiculita  <achicu@adobe.com>
    218
  • trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h

    r90167 r93540  
    3535
    3636#if USE(SKIA_ON_MAC_CHROMIUM)
    37 struct SkTypeface;
     37class SkTypeface;
    3838#endif
    3939
Note: See TracChangeset for help on using the changeset viewer.