| Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| index 7ece1b0aac46db481c4c3fe0b1e90aa02f6c83fe..cc929b5a0271d3c56641cc167db30b5eb69eee2f 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| @@ -43,7 +43,7 @@ public:
|
| }
|
| 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 <>
|
|
|