Index: Source/bindings/tests/results/V8TestExtendedEvent.h |
diff --git a/Source/bindings/tests/results/V8TestExtendedEvent.h b/Source/bindings/tests/results/V8TestExtendedEvent.h |
index 30e989f586ed676b5c2ca5274ca98422c702e5b5..c82dbcda51939edec7e44ca505e7fc9cd0c449b8 100644 |
--- a/Source/bindings/tests/results/V8TestExtendedEvent.h |
+++ b/Source/bindings/tests/results/V8TestExtendedEvent.h |
@@ -159,7 +159,7 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Ev |
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
} |
-bool fillEventInit(EventInit&, const Dictionary&); |
+bool fillEventInit(EventInit&, const Dictionary&, ExceptionState&); |
} |
#endif // ENABLE(TEST) |