| Index: Source/bindings/tests/results/core/V8TestTypedefs.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestTypedefs.h b/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| index ff65ba9d446fbb8d9287fa392a318dd14dbf6a04..95c41fc1980b7b7369f6b82a0640c872c9688aac 100644
|
| --- a/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -38,7 +38,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 <>
|
|
|