Title: [168767] trunk/Source/WebCore
Revision
168767
Author
[email protected]
Date
2014-05-13 17:59:52 -0700 (Tue, 13 May 2014)

Log Message

Attempted build fix after https://bugs.webkit.org/show_bug.cgi?id=132891

* page/PageDebuggable.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (168766 => 168767)


--- trunk/Source/WebCore/ChangeLog	2014-05-14 00:35:01 UTC (rev 168766)
+++ trunk/Source/WebCore/ChangeLog	2014-05-14 00:59:52 UTC (rev 168767)
@@ -1,3 +1,9 @@
+2014-05-13  Dean Jackson  <[email protected]>
+
+        Attempted build fix after https://bugs.webkit.org/show_bug.cgi?id=132891
+
+        * page/PageDebuggable.cpp:
+
 2014-05-13  Timothy Hatcher  <[email protected]>
 
         Force developerExtrasEnabled when a remote Inspector client connects.

Modified: trunk/Source/WebCore/page/PageDebuggable.cpp (168766 => 168767)


--- trunk/Source/WebCore/page/PageDebuggable.cpp	2014-05-14 00:35:01 UTC (rev 168766)
+++ trunk/Source/WebCore/page/PageDebuggable.cpp	2014-05-14 00:59:52 UTC (rev 168767)
@@ -33,12 +33,9 @@
 #include "InspectorForwarding.h"
 #include "MainFrame.h"
 #include "Page.h"
+#include "Settings.h"
 #include <inspector/InspectorAgentBase.h>
 
-#if PLATFORM(IOS)
-#include "Settings.h"
-#endif
-
 using namespace Inspector;
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to