| Index: Source/bindings/tests/results/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h
|
| index ac125f7178d9741ea76f9925b66104233ee669ad..ad4ebcc559ad86c859190dfbb0e9af2140e9b5e2 100644
|
| --- a/Source/bindings/tests/results/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/V8TestNode.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>);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| #if ENABLE(OILPAN)
|
|
|