| Index: Source/core/editing/TextIterator.cpp
|
| diff --git a/Source/core/editing/TextIterator.cpp b/Source/core/editing/TextIterator.cpp
|
| index a406ad8cc5ad2bfd340e3531adcc16bcab8583fa..de9330835f38889c1f617a61a15cd1271a3abed9 100644
|
| --- a/Source/core/editing/TextIterator.cpp
|
| +++ b/Source/core/editing/TextIterator.cpp
|
| @@ -1128,7 +1128,7 @@ PassRefPtr<Range> TextIterator::range() const
|
| if (m_endContainer)
|
| return Range::create(m_endContainer->document(), m_endContainer, m_endOffset, m_endContainer, m_endOffset);
|
|
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| Node* TextIterator::node() const
|
|
|