| Index: Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.h b/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.h
|
| index 4fb4dc8ca51f7f7525ade6a79cda3a5922b38b5a..e6a64806a57f48efc07a6dba8e1e22d4f18ec648 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.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 <>
|
|
|