| Index: Source/bindings/tests/results/V8TestInterface3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface3.cpp b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| index 5388db255d6eeeb385651626f39ec3c604985682..8abb9a95f732ec954dd348de8e433dddf74043c9 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| @@ -174,7 +174,7 @@ void V8TestInterface3::derefObject(ScriptWrappableBase* internalPointer)
|
| fromInternalPointer(internalPointer)->deref();
|
| }
|
|
|
| -PersistentNode* V8TestInterface3::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestInterface3::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|