Fix all of the builds after r105812.
authormrowe@apple.com <mrowe@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 24 Jan 2012 23:14:32 +0000 (23:14 +0000)
committermrowe@apple.com <mrowe@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 24 Jan 2012 23:14:32 +0000 (23:14 +0000)
* loader/EmptyClients.h: Move the #include in to the correct #if.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105819 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/loader/EmptyClients.h

index f3f4631..41417b4 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-24  Mark Rowe  <mrowe@apple.com>
+
+        Fix all of the builds after r105812.
+
+        * loader/EmptyClients.h: Move the #include in to the correct #if.
+
 2012-01-24  Dmitry Lomov  <dslomov@google.com>
 
         [Chromium][V8] DOMWindow::postMessage crashes if window disassociated with frame.
index d4a0f54..9d2dbf2 100644 (file)
@@ -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"
 #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.