Index: Source/bindings/tests/results/V8TestNode.h |
diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h |
index 14c8bb7c5cd6a364938909d7dd972472b4ae2487..10b3a9d5513a3203f0e56677b5282b68384b6453 100644 |
--- a/Source/bindings/tests/results/V8TestNode.h |
+++ b/Source/bindings/tests/results/V8TestNode.h |
@@ -30,7 +30,7 @@ public: |
static const WrapperTypeInfo wrapperTypeInfo; |
static void refObject(ScriptWrappableBase* internalPointer); |
static void derefObject(ScriptWrappableBase* internalPointer); |
- static PersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer); |
+ static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer); |
static EventTarget* toEventTarget(v8::Handle<v8::Object>); |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
#if ENABLE(OILPAN) |