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 b00f968064f954aa563b5e8fa2c28d4655cee4c5..2d937ee17dd82cc409a37db4433ee65bc5d33fad 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp |
@@ -51,7 +51,7 @@ v8::Local<v8::Value> toV8(WorkerGlobalScope* impl, v8::Local<v8::Object> creatio |
if (UNLIKELY(!impl)) |
return v8::Null(isolate); |
- WorkerScriptController* script = impl->script(); |
+ GlobalScopeScriptController* script = impl->script(); |
if (!script) |
return v8::Null(isolate); |