| Index: Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| index a70ba1da4b560d25eeb4e1bd08892114bed4060e..a7257ef84e21849301be55e45630e02b8dd197e8 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| @@ -41,7 +41,7 @@ public:
|
| static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0;
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1;
|
| 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 <>
|
|
|