Title: [163387] trunk/Source/WebCore
Revision
163387
Author
m...@apple.com
Date
2014-02-04 10:05:06 -0800 (Tue, 04 Feb 2014)

Log Message

iOS build fix.

* platform/graphics/cg/GraphicsContextCG.cpp:
(WebCore::GraphicsContext::platformInit):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163386 => 163387)


--- trunk/Source/WebCore/ChangeLog	2014-02-04 18:04:45 UTC (rev 163386)
+++ trunk/Source/WebCore/ChangeLog	2014-02-04 18:05:06 UTC (rev 163387)
@@ -1,3 +1,10 @@
+2014-02-04  Dan Bernstein  <m...@apple.com>
+
+        iOS build fix.
+
+        * platform/graphics/cg/GraphicsContextCG.cpp:
+        (WebCore::GraphicsContext::platformInit):
+
 2014-02-03  Zan Dobersek  <zdober...@igalia.com>
 
         Manage MediaQuery and MediaQueryExp classes through std::unique_ptr instead of OwnPtr

Modified: trunk/Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp (163386 => 163387)


--- trunk/Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp	2014-02-04 18:04:45 UTC (rev 163386)
+++ trunk/Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp	2014-02-04 18:05:06 UTC (rev 163387)
@@ -137,6 +137,9 @@
         // Make sure the context starts in sync with our state.
         setPlatformFillColor(fillColor(), fillColorSpace());
         setPlatformStrokeColor(strokeColor(), strokeColorSpace());
+#if PLATFORM(IOS)
+        }
+#endif
     }
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to