Index: Source/bindings/tests/results/core/V8TestException.h |
diff --git a/Source/bindings/tests/results/core/V8TestException.h b/Source/bindings/tests/results/core/V8TestException.h |
index 5ad09164aaf512f2ade9601c59eb452267192f2b..75cbba89b83b08d1625e3bdfc40241f7f8e6a751 100644 |
--- a/Source/bindings/tests/results/core/V8TestException.h |
+++ b/Source/bindings/tests/results/core/V8TestException.h |
@@ -29,7 +29,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(TestException* impl) |
{ |