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 7e3b532277e8fb3c9bbeac5a85eed156015d9bc2..de48aa0601af260022652899cde0a80a4d056171 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
@@ -87,6 +87,8 @@ public: |
return callExtraHelper(scriptState, name, N, args).ToLocalChecked(); |
} |
+ static void throwException(v8::Isolate*, v8::Local<v8::Value> exception, const v8::ScriptOrigin&); |
+ |
private: |
static v8::MaybeLocal<v8::Value> callExtraHelper(ScriptState* scriptState, const char* name, size_t numArgs, v8::Local<v8::Value>* args) |
{ |