Index: third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.h b/third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.h |
index 4d5a6526550f8e125424ba0928234509c32c6717..a99fbd1950cb8015c7b9ddc82e5c963da29a3275 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.h |
@@ -9,6 +9,7 @@ |
#ifndef V8VoidCallbackFunctionInterfaceArg_h |
#define V8VoidCallbackFunctionInterfaceArg_h |
+#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScopedPersistent.h" |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
@@ -30,7 +31,7 @@ public: |
DECLARE_TRACE(); |
- bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, HTMLDivElement* divElement); |
+ bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, HTMLDivElement* divElement); |
v8::Local<v8::Function> v8Value(v8::Isolate* isolate) |
{ |