Title: [105819] trunk/Source/WebCore
Revision
105819
Author
[email protected]
Date
2012-01-24 15:14:32 -0800 (Tue, 24 Jan 2012)

Log Message

Fix all of the builds after r105812.

* loader/EmptyClients.h: Move the #include in to the correct #if.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105818 => 105819)


--- trunk/Source/WebCore/ChangeLog	2012-01-24 23:07:34 UTC (rev 105818)
+++ trunk/Source/WebCore/ChangeLog	2012-01-24 23:14:32 UTC (rev 105819)
@@ -1,3 +1,9 @@
+2012-01-24  Mark Rowe  <[email protected]>
+
+        Fix all of the builds after r105812.
+
+        * loader/EmptyClients.h: Move the #include in to the correct #if.
+
 2012-01-24  Dmitry Lomov  <[email protected]>
 
         [Chromium][V8] DOMWindow::postMessage crashes if window disassociated with frame.

Modified: trunk/Source/WebCore/loader/EmptyClients.h (105818 => 105819)


--- trunk/Source/WebCore/loader/EmptyClients.h	2012-01-24 23:07:34 UTC (rev 105818)
+++ trunk/Source/WebCore/loader/EmptyClients.h	2012-01-24 23:14:32 UTC (rev 105819)
@@ -42,7 +42,6 @@
 #include "FrameLoaderClient.h"
 #include "FrameNetworkingContext.h"
 #include "InspectorClient.h"
-#include "IntentRequest.h"
 #include "PopupMenu.h"
 #include "ResourceError.h"
 #include "SearchPopupMenu.h"
@@ -55,6 +54,10 @@
 #include "ColorChooser.h"
 #endif
 
+#if ENABLE(WEB_INTENTS)
+#include "IntentRequest.h"
+#endif
+
 /*
  This file holds empty Client stubs for use by WebCore.
  Viewless element needs to create a dummy Page->Frame->FrameView tree for use in parsing or executing _javascript_.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to