| Index: Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| index 294cae6edb7b10bb2e6549f4eca01e484badff74..2d05cdefaaeecd7a6a6f4410a30fc80ab6dfb018 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| @@ -48,7 +48,7 @@ public:
|
| static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0;
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1;
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
| - static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { }
|
| };
|
|
|
| template <>
|
|
|