| Index: Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| index bb99c5e6a914328424a83be73324e120dd5bb0f6..2046bac1db444fdc8dd25bb6eb282bedee6b0beb 100644
|
| --- a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| @@ -388,7 +388,7 @@ void V8InjectedScriptHost::evaluateWithExceptionDetailsMethodCustom(const v8::Fu
|
|
|
| ASSERT(isolate->InContext());
|
| v8::TryCatch tryCatch;
|
| - v8::Handle<v8::Script> script = V8ScriptRunner::compileScript(expression, String(), TextPosition(), 0, 0, isolate);
|
| + v8::Handle<v8::Script> script = V8ScriptRunner::compileScript(expression, String(), TextPosition(), isolate);
|
| v8::Handle<v8::Value> result = V8ScriptRunner::runCompiledScript(isolate, script, currentExecutionContext(isolate));
|
|
|
| v8::Local<v8::Object> wrappedResult = v8::Object::New(isolate);
|
|
|