From: rniwa@webkit.org Date: Sat, 2 Mar 2013 12:36:10 +0000 (+0000) Subject: Redo r144538 (after r144530). X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ae0b7149ae3a0a06ed1522104b1fd07bc479ed17 Redo r144538 (after r144530). * WebCoreSupport/WebFrameNetworkingContext.cpp: * WebCoreSupport/WebFrameNetworkingContext.h: * WebCoreSupport/WebPlatformStrategies.cpp: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@144540 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebKit/win/ChangeLog b/Source/WebKit/win/ChangeLog index 67dfc63..8bbf106 100644 --- a/Source/WebKit/win/ChangeLog +++ b/Source/WebKit/win/ChangeLog @@ -1,5 +1,13 @@ 2013-03-02 Ryosuke Niwa + Redo r144538 (after r144530). + + * WebCoreSupport/WebFrameNetworkingContext.cpp: + * WebCoreSupport/WebFrameNetworkingContext.h: + * WebCoreSupport/WebPlatformStrategies.cpp: + +2013-03-02 Ryosuke Niwa + Yet another build fix attempt after r144530. * WebCoreSupport/WebFrameNetworkingContext.cpp: diff --git a/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp b/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp index 87fb558..cb860f8 100644 --- a/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp +++ b/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp @@ -24,7 +24,6 @@ #include "FrameLoaderClient.h" #if USE(CFNETWORK) #include -#include #endif #include #if USE(CFNETWORK) diff --git a/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.h b/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.h index 488feb3..8466cc6 100644 --- a/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.h +++ b/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.h @@ -24,6 +24,10 @@ #include #include +#if USE(CFNETWORK) +#include +#endif + class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext { public: static PassRefPtr create(WebCore::Frame*, const WTF::String& userAgent); diff --git a/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp b/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp index a3b0b31..01bb8b0 100644 --- a/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp +++ b/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp @@ -33,7 +33,6 @@ #include #include #if USE(CFNETWORK) -#include #include #endif