Index: Source/web/WebWorkerClientImpl.cpp |
diff --git a/Source/web/WebWorkerClientImpl.cpp b/Source/web/WebWorkerClientImpl.cpp |
index c36c1d4c2923a901b0e1bd9102f18a9e27167853..a4e124b1e38d2342c26ebca8a2813a45ca0ec437 100644 |
--- a/Source/web/WebWorkerClientImpl.cpp |
+++ b/Source/web/WebWorkerClientImpl.cpp |
@@ -38,16 +38,13 @@ |
#include "WebViewImpl.h" |
#include "WorkerPermissionClient.h" |
#include "core/dom/Document.h" |
-#include "core/dom/ExecutionContext.h" |
#include "core/inspector/ScriptCallStack.h" |
#include "core/workers/Worker.h" |
#include "core/workers/WorkerClients.h" |
-#include "core/workers/WorkerMessagingProxy.h" |
#include "public/platform/WebString.h" |
#include "public/web/WebFrameClient.h" |
#include "public/web/WebSecurityOrigin.h" |
#include "public/web/WebWorkerPermissionClientProxy.h" |
-#include "wtf/OwnPtr.h" |
#include "wtf/Threading.h" |
using namespace WebCore; |