| Index: Source/bindings/tests/results/core/V8TestInterfaceNode.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/Source/bindings/tests/results/core/V8TestInterfaceNode.h
|
| index ec621bb56e9802b1c4147326beb02bbf9d0386e9..d0361ff57032415e2f60a2d15d334e4ceb454bff 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNode.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNode.h
|
| @@ -41,7 +41,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 <>
|
|
|