| Index: Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| index 638b0524871904b4a4d762fd43d8ca00fcfabe47..a27aeeda8f668a82c43175126a4a4c530fa52ece 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| @@ -36,7 +36,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;
|
|
|