| Index: third_party/WebKit/Source/core/dom/RangeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/RangeTest.cpp b/third_party/WebKit/Source/core/dom/RangeTest.cpp
|
| index 7e09b9130a5be9d847cdc30eb15dcb82f256075b..e954b58e140a617cb3e505cd5fc351fc4f790385 100644
|
| --- a/third_party/WebKit/Source/core/dom/RangeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/RangeTest.cpp
|
| @@ -65,7 +65,8 @@ TEST_F(RangeTest, SplitTextNodeRangeWithinText) {
|
| EXPECT_EQ(oldText, range02->endContainer());
|
| EXPECT_EQ(2, range02->endOffset());
|
|
|
| - // Our implementation always moves the boundary point at the separation point to the end of the original text node.
|
| + // Our implementation always moves the boundary point at the separation point
|
| + // to the end of the original text node.
|
| EXPECT_TRUE(range22->boundaryPointsValid());
|
| EXPECT_EQ(oldText, range22->startContainer());
|
| EXPECT_EQ(2, range22->startOffset());
|
|
|