| Index: Source/bindings/tests/results/core/V8TestInterface3.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface3.h b/Source/bindings/tests/results/core/V8TestInterface3.h
|
| index 7b54bc524dddcf09e03be82401f89d88e260bfb2..9cfad327c00db452b01c1e481fb3e9d796286329 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -45,7 +45,7 @@ public:
|
| static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8::Array>&);
|
| 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 <>
|
|
|