summaryrefslogtreecommitdiff
path: root/Source/web/WebWorkerBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/WebWorkerBase.h')
-rw-r--r--Source/web/WebWorkerBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/web/WebWorkerBase.h b/Source/web/WebWorkerBase.h
index 918861ecb..6ee9391b3 100644
--- a/Source/web/WebWorkerBase.h
+++ b/Source/web/WebWorkerBase.h
@@ -32,7 +32,7 @@
#define WebWorkerBase_h
#include "WebCommonWorkerClient.h"
-#include "core/dom/ScriptExecutionContext.h"
+#include "core/dom/ExecutionContext.h"
#include "core/workers/WorkerLoaderProxy.h"
#include "core/workers/WorkerObjectProxy.h"
#include "wtf/PassOwnPtr.h"
@@ -53,7 +53,7 @@ public:
virtual WebView* view() const = 0;
// Executes the given task on the main thread.
- static void dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
+ static void dispatchTaskToMainThread(PassOwnPtr<WebCore::ExecutionContextTask>);
};
} // namespace WebKit