| Index: Source/bindings/tests/results/V8TestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp
|
| index 831d503daa4497f6a9a457888a06407516fbc3ff..0d1ba9270a3153fa5553ef445e517b7df7417410 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface.cpp
|
| @@ -1856,7 +1856,7 @@ void V8TestInterface::derefObject(ScriptWrappableBase* internalPointer)
|
| fromInternalPointer(internalPointer)->deref();
|
| }
|
|
|
| -PersistentNode* V8TestInterface::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestInterface::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|