Title: [93540] trunk/Source/WebCore
Revision
93540
Author
carycl...@google.com
Date
2011-08-22 14:07:03 -0700 (Mon, 22 Aug 2011)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93539 => 93540)


--- trunk/Source/WebCore/ChangeLog	2011-08-22 21:05:33 UTC (rev 93539)
+++ trunk/Source/WebCore/ChangeLog	2011-08-22 21:07:03 UTC (rev 93540)
@@ -1,3 +1,19 @@
+2011-08-22  Cary Clark  <carycl...@google.com>
+
+        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.
+
 2011-08-22  Alexandru Chiculita  <ach...@adobe.com>
 
         [CSSRegions] RenderFlowThread layout should use the attached region sizes

Modified: trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h (93539 => 93540)


--- trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h	2011-08-22 21:05:33 UTC (rev 93539)
+++ trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h	2011-08-22 21:07:03 UTC (rev 93540)
@@ -34,7 +34,7 @@
 typedef UInt32 ATSFontRef;
 
 #if USE(SKIA_ON_MAC_CHROMIUM)
-struct SkTypeface;
+class SkTypeface;
 #endif
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to