Index: Source/bindings/tests/results/V8TestNode.h |
diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h |
index 4898c8dcd84877a9ae237f956c8159b5b5a46d05..1d8c05075383ed44397b981f854dd26d6be62ab7 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) |