| Index: Source/bindings/tests/results/V8TestException.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp
|
| index 1707d3964d85a6b5c50f1bd0b8198bd32631fd79..ce3da3b3c254516d365bfa7279f8a933ddde33c4 100644
|
| --- a/Source/bindings/tests/results/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/V8TestException.cpp
|
| @@ -135,7 +135,7 @@ void V8TestException::derefObject(ScriptWrappableBase* internalPointer)
|
| internalPointer->toImpl<TestException>()->deref();
|
| }
|
|
|
| -PersistentNode* V8TestException::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8TestException::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|