| Index: third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.h
|
| index 20f58b28ed6454b5ab236054b2e0bd6818789407..c52d44993e1f47a3191f57cac2da3b0665ec65db 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.h
|
| @@ -9,7 +9,6 @@
|
| #ifndef LongExperimentalCallbackFunction_h
|
| #define LongExperimentalCallbackFunction_h
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -30,7 +29,7 @@ public:
|
|
|
| DECLARE_TRACE();
|
|
|
| - bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, int num1, int num2, int& returnValue);
|
| + bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, int num1, int num2, int& returnValue);
|
|
|
| v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
|
| {
|
|
|