| Index: Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| diff --git a/Source/bindings/tests/results/core/V8SVGTestInterface.h b/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| index d7c4599d69ec5ca2f4dae50eb435d8dc49717807..74008d37f1a30bb1c65152c9a161e6ef8115177a 100644
|
| --- a/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| +++ b/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| @@ -37,7 +37,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 <>
|
|
|