| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index a60bc0df0dd696a04870160fa8e2b62bebe201f6..2c4e8496ee496dff0d4016cf05879b65fcc7cb6b 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -10829,7 +10829,7 @@ void V8TestObject::derefObject(ScriptWrappableBase* internalPointer)
|
| internalPointer->toImpl<TestObject>()->deref();
|
| }
|
|
|
| -PersistentNode* V8TestObject::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestObject::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|