| Index: Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperations.cpp b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| index 2ee361f09c4168e9f6eab52926f69c289ac2341f..4cbb0ab9b999cb34e348a438c1c941c72d53b218 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| @@ -245,7 +245,7 @@ void V8TestSpecialOperations::derefObject(ScriptWrappableBase* internalPointer)
|
| fromInternalPointer(internalPointer)->deref();
|
| }
|
|
|
| -PersistentNode* V8TestSpecialOperations::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestSpecialOperations::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|