| Index: Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.h b/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.h
|
| index 870c3ca78d803471a71098e33413d7bc030491e0..d1cda745b3c9847617f48e215266ade526a34e99 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.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 <>
|
|
|