| Index: third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp b/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
 | 
| index acec2d21088e79dcc607d9123edc4039100f69ec..903b2be0b7874c4a947dbcd8d46bf3c04ebb47a4 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
 | 
| @@ -121,8 +121,8 @@ UChar LayoutTextFragment::previousCharacter() const {
 | 
|    return LayoutText::previousCharacter();
 | 
|  }
 | 
|  
 | 
| -// If this is the layoutObject for a first-letter pseudoNode then we have to look
 | 
| -// at the node for the remaining text to find our content.
 | 
| +// If this is the layoutObject for a first-letter pseudoNode then we have to
 | 
| +// look at the node for the remaining text to find our content.
 | 
|  Text* LayoutTextFragment::associatedTextNode() const {
 | 
|    Node* node = this->firstLetterPseudoElement();
 | 
|    if (m_isRemainingTextLayoutObject || !node) {
 | 
| 
 |