Title: [191979] trunk/Source/WebCore
Revision
191979
Author
mmaxfi...@apple.com
Date
2015-11-03 14:18:11 -0800 (Tue, 03 Nov 2015)

Log Message

Addressing post-review comments on r191934.

Unreviewed.

* platform/graphics/mac/FontCustomPlatformData.cpp:
(WebCore::FontCustomPlatformData::supportsFormat):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (191978 => 191979)


--- trunk/Source/WebCore/ChangeLog	2015-11-03 22:13:52 UTC (rev 191978)
+++ trunk/Source/WebCore/ChangeLog	2015-11-03 22:18:11 UTC (rev 191979)
@@ -1,3 +1,12 @@
+2015-11-03  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Addressing post-review comments on r191934.
+
+        Unreviewed.
+
+        * platform/graphics/mac/FontCustomPlatformData.cpp:
+        (WebCore::FontCustomPlatformData::supportsFormat):
+
 2015-11-03  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Move ScriptDebugServer::Task to WorkerScriptDebugServer where it is actually used

Modified: trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.cpp (191978 => 191979)


--- trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.cpp	2015-11-03 22:13:52 UTC (rev 191978)
+++ trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.cpp	2015-11-03 22:18:11 UTC (rev 191979)
@@ -79,7 +79,7 @@
 #if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200)
         || equalIgnoringCase(format, "woff2")
 #endif
-    || equalIgnoringCase(format, "woff");
+        || equalIgnoringCase(format, "woff");
 }
 
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to