Title: [165214] trunk/Source/WebCore
Revision
165214
Author
psola...@apple.com
Date
2014-03-06 13:59:14 -0800 (Thu, 06 Mar 2014)

Log Message

Unreviewed. iOS build fix after r165199.

* rendering/RootInlineBox.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165213 => 165214)


--- trunk/Source/WebCore/ChangeLog	2014-03-06 21:56:15 UTC (rev 165213)
+++ trunk/Source/WebCore/ChangeLog	2014-03-06 21:59:14 UTC (rev 165214)
@@ -1,3 +1,9 @@
+2014-03-06  Pratik Solanki  <psola...@apple.com>
+
+        Unreviewed. iOS build fix after r165199.
+
+        * rendering/RootInlineBox.cpp:
+
 2014-03-06  Benjamin Poulain  <bpoul...@apple.com>
 
         [iOS] Rename the actualVisibleXXXRect to unobscuredContentRect for consistency

Modified: trunk/Source/WebCore/rendering/RootInlineBox.cpp (165213 => 165214)


--- trunk/Source/WebCore/rendering/RootInlineBox.cpp	2014-03-06 21:56:15 UTC (rev 165213)
+++ trunk/Source/WebCore/rendering/RootInlineBox.cpp	2014-03-06 21:59:14 UTC (rev 165214)
@@ -37,6 +37,10 @@
 #include "VerticalPositionCache.h"
 #include <wtf/NeverDestroyed.h>
 
+#if PLATFORM(IOS)
+#include "Settings.h"
+#endif
+
 namespace WebCore {
     
 struct SameSizeAsRootInlineBox : public InlineFlowBox {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to