| 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 7c865df308f78764bbe377ff4fb22e376fd7d479..961114666ef3d069a72ba7ec3345dbd752982848 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.h
|
| +++ b/third_party/WebKit/Source/core/dom/Text.h
|
| @@ -54,7 +54,7 @@ class CORE_EXPORT Text : public CharacterData {
|
| Text* replaceWholeText(const String&);
|
|
|
| void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
|
| - void rebuildTextLayoutTree(Text* nextTextSibling);
|
| + void rebuildTextLayoutTree();
|
| bool textLayoutObjectIsNeeded(const ComputedStyle&,
|
| const LayoutObject& parent) const;
|
| LayoutText* createTextLayoutObject(const ComputedStyle&);
|
|
|