| Index: Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceDocument.h b/Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| index f35ec19781799318f2ca63429c93ada28feed35b..499d81830db70e6d9b78a8dd1eb807d366b765f1 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceDocument.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>);
|
| #if ENABLE(OILPAN)
|
| static const int persistentHandleIndex = v8DefaultWrapperInternalFieldCount + 0;
|
|
|