| Index: third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| index 6a56b50cde66a8d8a6798c5f81b84b9d8b47432b..cdcfc8b77457fbeac69b9bad963c8eaf6b686fec 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -176,7 +176,8 @@ TEST_F(FrameSelectionTest, InvalidatePreviousCaretAfterRemovingLastCharacter) {
|
| // Simulate to remove the last character.
|
| document().body()->removeChild(text);
|
| // This line is the objective of this test.
|
| - // As removing the last character, early previousCaret invalidation is executed.
|
| + // As removing the last character, early previousCaret invalidation is
|
| + // executed.
|
| EXPECT_FALSE(isPreviousCaretDirtyForTesting());
|
| document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| selection().setCaretRectNeedsUpdate();
|
|
|