| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| index 05fcb241cbc1303409d8b645ec8bf7e6cb58bb4e..f9749cf394c285d9384908d8a3aaee7b4bfbcf51 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.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 installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
|
| };
|
|
|
| template <>
|
|
|