| Index: Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h b/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| index 98f6222f907f654fbebe9427e9ab2cec06fea480..2ffdd02ca0b6dd6fc76b51f5cf2cbd08ac82c553 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| @@ -38,7 +38,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 <>
|
|
|