Title: [88173] trunk/Source/WebCore
Revision
88173
Author
[email protected]
Date
2011-06-06 11:01:15 -0700 (Mon, 06 Jun 2011)

Log Message

2011-06-06  Cary Clark  <[email protected]>

        Reviewed by Eric Seidel.

        Fix typo in CachedFont.cpp #define
        https://bugs.webkit.org/show_bug.cgi?id=62127

        No new tests. The define typo in question is
        not yet enabled, so this change has no functional
        impact.

        * loader/cache/CachedFont.cpp:
        change SKIA_MAC_ON_CHROME to SKIA_ON_MAC_CHROME

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88172 => 88173)


--- trunk/Source/WebCore/ChangeLog	2011-06-06 17:50:03 UTC (rev 88172)
+++ trunk/Source/WebCore/ChangeLog	2011-06-06 18:01:15 UTC (rev 88173)
@@ -1,3 +1,17 @@
+2011-06-06  Cary Clark  <[email protected]>
+
+        Reviewed by Eric Seidel.
+
+        Fix typo in CachedFont.cpp #define
+        https://bugs.webkit.org/show_bug.cgi?id=62127
+
+        No new tests. The define typo in question is
+        not yet enabled, so this change has no functional
+        impact.
+
+        * loader/cache/CachedFont.cpp:
+        change SKIA_MAC_ON_CHROME to SKIA_ON_MAC_CHROME
+
 2011-06-03  Levi Weintraub  <[email protected]>
 
         Reviewed by Eric Seidel.

Modified: trunk/Source/WebCore/loader/cache/CachedFont.cpp (88172 => 88173)


--- trunk/Source/WebCore/loader/cache/CachedFont.cpp	2011-06-06 17:50:03 UTC (rev 88172)
+++ trunk/Source/WebCore/loader/cache/CachedFont.cpp	2011-06-06 18:01:15 UTC (rev 88173)
@@ -28,7 +28,7 @@
 #include "CachedFont.h"
 
 // FIXME: This should really be a blacklist instead of a whitelist
-#if USE(CG) || PLATFORM(QT) || PLATFORM(GTK) || (PLATFORM(CHROMIUM) && (!OS(DARWIN) || USE(SKIA_MAC_ON_CHROME))) || PLATFORM(HAIKU) || OS(WINCE) || PLATFORM(ANDROID) || PLATFORM(BREWMP)
+#if USE(CG) || PLATFORM(QT) || PLATFORM(GTK) || (PLATFORM(CHROMIUM) && (!OS(DARWIN) || USE(SKIA_ON_MAC_CHROME))) || PLATFORM(HAIKU) || OS(WINCE) || PLATFORM(ANDROID) || PLATFORM(BREWMP)
 #define STORE_FONT_CUSTOM_PLATFORM_DATA
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to