| Index: third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h
|
| index 8da22c8da3db14d9f44f5c0efff4fdc1ce2961bc..6427e5142282026675f20c209e800d57c96b732e 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h
|
| @@ -7,6 +7,7 @@
|
| #ifndef V8VoidExperimentalCallbackFunction_h
|
| #define V8VoidExperimentalCallbackFunction_h
|
|
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -27,7 +28,7 @@ public:
|
|
|
| DECLARE_TRACE();
|
|
|
| - bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable);
|
| + bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState);
|
|
|
| v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
|
| {
|
|
|