| Index: third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
|
| index 1d0940f36b71a470bb7555abd23b448d6dfbf875..f24f06555714a6769bd21e74ea18b5a442376bfc 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
|
| @@ -7,6 +7,7 @@
|
| #ifndef V8LongExperimentalCallbackFunction_h
|
| #define V8LongExperimentalCallbackFunction_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, int num1, int num2, int& returnValue);
|
| + bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, int num1, int num2, int& returnValue);
|
|
|
| v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
|
| {
|
|
|