Index: Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
index 03f0866557ba602109e61c7fd00d81c05182517c..79b7575f8e47c6c8a4ac8916bc930e25c51bbe5c 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
@@ -49,7 +49,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 <> |