| Index: Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp b/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.cpp
|
| index 6833e6b56459040274359c0d435740b6bc4b6230..2b1cc78a6779810deb7cbb14b19712185289a527 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;
|
|
|