| Index: Source/bindings/tests/results/core/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestNode.h b/Source/bindings/tests/results/core/V8TestNode.h
|
| index db14740e585e9e0c6182b82c12e2014dd06e568b..b2b05f86889ff2a8215b127c6ae77824fbdb1a57 100644
|
| --- a/Source/bindings/tests/results/core/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/core/V8TestNode.h
|
| @@ -42,7 +42,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 <>
|
|
|