Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
index a5de99b82efbd08bf0bbb106ca5c2aa0e990179c..e5fc0305e20537832a9fbbcff149da187098223d 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.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 const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor2* impl) |
{ |