Index: Source/bindings/tests/results/core/V8TestObject.h |
diff --git a/Source/bindings/tests/results/core/V8TestObject.h b/Source/bindings/tests/results/core/V8TestObject.h |
index 81b01a45472abb197198d8e1bc5d005e5521dcbf..1fd9312e94b068ec267e6ac4a1f7509d36b295e2 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/Source/bindings/tests/results/core/V8TestObject.h |
@@ -51,7 +51,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 customVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
#if ENABLE(CONDITION) |
static void conditionalConditionCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |