| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| index 995757a76b89f083e43b3bea7bde99f710d35d3f..11ba2918830b6648da5525d1b6152ae29151d856 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| @@ -127,7 +127,7 @@ void V8TestInterfaceNamedConstructor2::derefObject(ScriptWrappableBase* internal
|
| internalPointer->toImpl<TestInterfaceNamedConstructor2>()->deref();
|
| }
|
|
|
| -PersistentNode* V8TestInterfaceNamedConstructor2::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestInterfaceNamedConstructor2::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|