Index: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
index 0331b9688760f90cee877acb76b954c335d410fc..394a0abc45d4ce4c8102f892533abc7418aff62b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
@@ -113,6 +113,7 @@ public: |
throwException(); |
return true; |
} |
+ void reportException(ScriptState*, v8::Local<v8::Function>); |
// This method clears out the exception which |this| has. |
ScriptPromise reject(ScriptState*); |