Index: Source/bindings/v8/WorkerScriptController.cpp |
diff --git a/Source/bindings/v8/WorkerScriptController.cpp b/Source/bindings/v8/WorkerScriptController.cpp |
index 0eb495076364e1e88dad9300c741f35f38cbfc1a..bee83c36ec4eefdf1b7f4a0fb9d41140e5227d44 100644 |
--- a/Source/bindings/v8/WorkerScriptController.cpp |
+++ b/Source/bindings/v8/WorkerScriptController.cpp |
@@ -79,7 +79,7 @@ WorkerScriptController::~WorkerScriptController() |
// The corresponding call to didStartWorkerRunLoop is in |
// WorkerThread::workerThread(). |
// See http://webkit.org/b/83104#c14 for why this is here. |
- WebKit::Platform::current()->didStopWorkerRunLoop(WebKit::WebWorkerRunLoop(&m_workerGlobalScope.thread()->runLoop())); |
+ blink::Platform::current()->didStopWorkerRunLoop(blink::WebWorkerRunLoop(&m_workerGlobalScope.thread()->runLoop())); |
disposeContext(); |
V8PerIsolateData::dispose(m_isolate); |