Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
index 85dfa50cc668ac846d30b8a6a05805c7db0d30f9..3f71ef0b8f6a189cb83272a61fb328d653107fe9 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
@@ -31,7 +31,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 void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
#if ENABLE(OILPAN) |
static const int persistentHandleIndex = v8DefaultWrapperInternalFieldCount + 0; |