| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| index c8711d864d7517b55f5d19007e4ab96815ef3f3c..c5849707837b2e3d343041dbb2e49a2959e34c83 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| @@ -35,7 +35,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 ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline ScriptWrappableBase* toInternalPointer(TestInterfaceNamedConstructor* impl)
|
|
|