| Index: Source/core/editing/PlainTextRange.cpp
|
| diff --git a/Source/core/editing/PlainTextRange.cpp b/Source/core/editing/PlainTextRange.cpp
|
| index 82f321566d76d8abf8828e8840558c3273da9a76..096fb6d55678e09cd7a6699000c88bd63aedc196 100644
|
| --- a/Source/core/editing/PlainTextRange.cpp
|
| +++ b/Source/core/editing/PlainTextRange.cpp
|
| @@ -147,7 +147,7 @@ PassRefPtr<Range> PlainTextRange::createRangeFor(const ContainerNode& scope, Get
|
| }
|
|
|
| if (!startRangeFound)
|
| - return 0;
|
| + return nullptr;
|
|
|
| if (length() && end() > docTextPosition) { // end() is out of bounds
|
| resultRange->setEnd(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION);
|
|
|