Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
index a96d92ee95fa650b701e1521c018d4879632e3bc..b4979dddd1813397d557e66da577a02b41738383 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
@@ -35,7 +35,7 @@ public: |
static const WrapperTypeInfo wrapperTypeInfo; |
static void refObject(ScriptWrappableBase* internalPointer); |
static void derefObject(ScriptWrappableBase* internalPointer); |
- static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer); |
+ static PersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer); |
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor* impl) |