Index: third_party/WebKit/Source/bindings/core/v8/ToV8.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp b/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp |
index a8cd968ebc7a82d318790950385df5251f1815ba..b4b46638793239d82feae1ad43a6ca2ac4229b04 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp |
@@ -50,7 +50,7 @@ v8::Local<v8::Value> toV8(WorkerGlobalScope* impl, v8::Local<v8::Object> creatio |
if (UNLIKELY(!impl)) |
return v8::Null(isolate); |
- WorkerScriptController* script = impl->script(); |
+ IsolatedScriptController* script = impl->script(); |
if (!script) |
return v8::Null(isolate); |