| Index: Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp b/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp
|
| index 0bed590b1022a8aab5b2ea9763131d25b0004957..1d14e02ccbe71760c94887efdcc0ef06bf84c073 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp
|
| @@ -158,7 +158,7 @@ void V8TestInterfaceNotScriptWrappable::derefObject(ScriptWrappableBase* interna
|
| fromInternalPointer(internalPointer)->deref();
|
| }
|
|
|
| -PersistentNode* V8TestInterfaceNotScriptWrappable::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestInterfaceNotScriptWrappable::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|