| 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 f34186339834d798056becea970430b2e4a363a5..4d292838a0f9bdc2887b7d53f177a2ee69ac38d0 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 installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
|
| };
|
|
|
| template <>
|
|
|