| Index: Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| index a495a31a4df6fc2e13fc9ff38bb8b8e6bbdf2c49..c6a69441e08cae57ab8ebe04fd95648ef346496d 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| @@ -42,7 +42,7 @@ public:
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| 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 <>
|
|
|