| Index: sky/engine/core/dom/Text.h | 
| diff --git a/sky/engine/core/dom/Text.h b/sky/engine/core/dom/Text.h | 
| index b7b79b49a31bb2b1ae0c05b9d218b345af66598d..cbb33982d5f57f0f303e2649fe5a1f9a8b360bcd 100644 | 
| --- a/sky/engine/core/dom/Text.h | 
| +++ b/sky/engine/core/dom/Text.h | 
| @@ -42,7 +42,7 @@ public: | 
|  | 
| PassRefPtr<Text> splitText(unsigned offset, ExceptionState&); | 
|  | 
| -    void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling); | 
| +    void recalcTextStyle(StyleRecalcChange); | 
| bool textRendererIsNeeded(const RenderStyle&, const RenderObject& parent); | 
| RenderText* createTextRenderer(RenderStyle*); | 
| void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle); | 
|  |