| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| index 8c2f3088c0a4485a615c183bc29e92f9dee39311..e2c8dd36cd662c5057f5da4957ce0841fb58f6fa 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.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 <>
|
|
|