| Index: third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
 | 
| index e26462d20bfd20cbc2dcc54062280084df778f08..26bc7c92c1473e75100d13b008feefaeadff3889 100644
 | 
| --- a/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
 | 
| @@ -18,7 +18,8 @@ TEST(HTMLEntityParserTest, ConsumeHTMLEntityIncomplete) {
 | 
|    EXPECT_TRUE(notEnoughCharacters);
 | 
|    EXPECT_FALSE(success);
 | 
|  
 | 
| -  // consumeHTMLEntity should recover the original SegmentedString state if failed.
 | 
| +  // consumeHTMLEntity should recover the original SegmentedString state if
 | 
| +  // failed.
 | 
|    EXPECT_EQ(original, src.toString());
 | 
|  }
 | 
|  
 | 
| 
 |