Index: Source/bindings/tests/results/modules/V8TestInterface5.h |
diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.h b/Source/bindings/tests/results/modules/V8TestInterface5.h |
index 60aad656566214a1f727e8612042109ffb5876f3..e44dd4716762f23462796fcde31a472a09487337 100644 |
--- a/Source/bindings/tests/results/modules/V8TestInterface5.h |
+++ b/Source/bindings/tests/results/modules/V8TestInterface5.h |
@@ -31,7 +31,9 @@ public: |
static const WrapperTypeInfo wrapperTypeInfo; |
static void refObject(ScriptWrappableBase* internalPointer); |
static void derefObject(ScriptWrappableBase* internalPointer); |
- static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer); |
+ static void trace(Visitor* visitor, ScriptWrappableBase* internalPointer) |
+ { |
+ } |
static void visitDOMWrapper(ScriptWrappableBase* internalPointer, const v8::Persistent<v8::Object>&, v8::Isolate*); |
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); |