| Index: Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventTarget.h b/Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| index e88b4fe21f442552faa1b23767bf7fbd7c93eabf..8c0e3c751e40ef677388774250b3f11ce35195dc 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventTarget.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 const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0;
|
| #if ENABLE(OILPAN)
|
|
|