Index: Source/bindings/tests/results/V8TestCallbackInterface.h |
diff --git a/Source/bindings/tests/results/V8TestCallbackInterface.h b/Source/bindings/tests/results/V8TestCallbackInterface.h |
index c1c870477147ee192649ab476dba2bd25848de40..93ef810c76e2db0c68c2b3a1414b47e6e735404d 100644 |
--- a/Source/bindings/tests/results/V8TestCallbackInterface.h |
+++ b/Source/bindings/tests/results/V8TestCallbackInterface.h |
@@ -61,6 +61,8 @@ public: |
virtual void voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg) OVERRIDE; |
virtual void callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg) OVERRIDE; |
virtual void customVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty* testInterfaceEmptyArg) OVERRIDE; |
+ virtual void voidMethodWillBeGarbageCollectedSequenceArg(const WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >& sequenceArg) OVERRIDE; |
+ virtual void voidMethodWillBeGarbageCollectedArrayArg(const WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >& arrayArg) OVERRIDE; |
private: |
V8TestCallbackInterface(v8::Handle<v8::Function>, ExecutionContext*); |