From 3395fe9ea74557866517b2b0647f34ab1ee9ea1d Mon Sep 17 00:00:00 2001 From: "mrowe@apple.com" Date: Tue, 24 Jan 2012 23:14:32 +0000 Subject: [PATCH] Fix all of the builds after r105812. * 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 | 6 ++++++ Source/WebCore/loader/EmptyClients.h | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index f3f4631..41417b4 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2012-01-24 Mark Rowe + + Fix all of the builds after r105812. + + * loader/EmptyClients.h: Move the #include in to the correct #if. + 2012-01-24 Dmitry Lomov [Chromium][V8] DOMWindow::postMessage crashes if window disassociated with frame. diff --git a/Source/WebCore/loader/EmptyClients.h b/Source/WebCore/loader/EmptyClients.h index d4a0f54..9d2dbf2 100644 --- a/Source/WebCore/loader/EmptyClients.h +++ b/Source/WebCore/loader/EmptyClients.h @@ -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. -- 2.7.4