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..8126fc4b53710edba0c5c9cd7046d71722945801 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(); |
+ GlobalScopeScriptController* script = impl->script(); |
kinuko
2015/12/24 04:45:51
This toV8 method takes WorkerGlobalScope, should t
|
if (!script) |
return v8::Null(isolate); |