| Index: Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h b/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| index eb2dcefdd2694696226d3adf0f274aed44e5a4bb..5fdb4a945d8d6aa42ee3f2b06ba64d55f3354e03 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceAccessors.h
|
| @@ -38,7 +38,7 @@ public:
|
| }
|
| 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 <>
|
|
|