| Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
|
| index 973404e21c15e3972aa586d1bddc7c0a59903ddd..d984a14b4a8cb8a71beae6376e42f5e3f7408af8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
|
| @@ -85,7 +85,7 @@ public:
|
| template <size_t N>
|
| static v8::Local<v8::Value> callExtraOrCrash(ScriptState* scriptState, const char* name, v8::Local<v8::Value>(&args)[N])
|
| {
|
| - return v8CallOrCrash(callExtraHelper(scriptState, name, N, args));
|
| + return callExtraHelper(scriptState, name, N, args).ToLocalChecked();
|
| }
|
|
|
| private:
|
|
|