| Index: Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceDocument.h b/Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| index 55f71e70d797dbdf9b25861db83f99016461b3fe..819f7c21e96c029dec0d5b20a4407876ab9a0fda 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;
|
|
|