| Index: third_party/WebKit/Source/core/dom/Text.h | 
| diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h | 
| index 961114666ef3d069a72ba7ec3345dbd752982848..7c865df308f78764bbe377ff4fb22e376fd7d479 100644 | 
| --- a/third_party/WebKit/Source/core/dom/Text.h | 
| +++ b/third_party/WebKit/Source/core/dom/Text.h | 
| @@ -54,7 +54,7 @@ | 
| Text* replaceWholeText(const String&); | 
|  | 
| void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling); | 
| -  void rebuildTextLayoutTree(); | 
| +  void rebuildTextLayoutTree(Text* nextTextSibling); | 
| bool textLayoutObjectIsNeeded(const ComputedStyle&, | 
| const LayoutObject& parent) const; | 
| LayoutText* createTextLayoutObject(const ComputedStyle&); | 
|  |