diff options
Diffstat (limited to 'Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp')
-rwxr-xr-x | Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp b/Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp index e2c9bb9e2..c1bec1077 100755 --- a/Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp +++ b/Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp @@ -43,9 +43,7 @@ #include "WebIDBDatabaseError.h" #include "WebIDBFactory.h" #include "WebKit.h" -#include "platform/WebKitPlatformSupport.h" #include "WebPermissionClient.h" -#include "platform/WebVector.h" #include "WebViewImpl.h" #include "WebWorkerBase.h" #include "WebWorkerClientImpl.h" @@ -53,6 +51,8 @@ #include "WorkerLoaderProxy.h" #include "WorkerScriptController.h" #include "WorkerThread.h" +#include "platform/WebKitPlatformSupport.h" +#include <public/WebVector.h> using namespace WebCore; |