Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
index 8a8a8f853c63ff058c769e409011edf1c3ef849a..3f24e69a3d95ff5aae6699469f59ec8d734b0f92 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
@@ -35,7 +35,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 ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor* impl) |