| 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..b20d743b58d5ce9459a9ac7ba75dc1487112a064 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&, const String& = "");
|
|
|
| }
|
| #endif // ENABLE(TEST)
|
|
|