| Index: Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| ===================================================================
|
| --- Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp (revision 141118)
|
| +++ Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp (working copy)
|
| @@ -96,7 +96,7 @@
|
| // inspector's stuff) the function is called a few lines below with InjectedScriptHost wrapper,
|
| // injected script id and explicit reference to the inspected global object. The function is expected
|
| // to create and configure InjectedScript instance that is going to be used by the inspector.
|
| - v8::Local<v8::Script> script = v8::Script::Compile(v8String(scriptSource, inspectedContext->GetIsolate()));
|
| + v8::Local<v8::Script> script = v8::Script::Compile(deprecatedV8String(scriptSource));
|
| V8RecursionScope::MicrotaskSuppression recursionScope;
|
| v8::Local<v8::Value> v = script->Run();
|
| ASSERT(!v.IsEmpty());
|
|
|