| Index: third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
|
| index 2d0696f34a4d02ac24137b7a3695f9ffbeb1f130..1bf6a3e353a56b9871d5627cbf915952bf0cf6a5 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h
|
| @@ -9,7 +9,6 @@
|
| #ifndef VoidCallbackFunctionModules_h
|
| #define VoidCallbackFunctionModules_h
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -30,7 +29,7 @@ public:
|
|
|
| DECLARE_TRACE();
|
|
|
| - bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState);
|
| + bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable);
|
|
|
| v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
|
| {
|
|
|