Index: Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h |
index 7f416ee03dc84af554279847b5ed107650d33976..024ae4c3ea83447bb3d66e0999a84c83c307ef49 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.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>&); |
static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0; |