Index: trunk/Source/core/dom/Text.h |
=================================================================== |
--- trunk/Source/core/dom/Text.h (revision 190671) |
+++ trunk/Source/core/dom/Text.h (working copy) |
@@ -52,7 +52,7 @@ |
void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling); |
bool textRendererIsNeeded(const LayoutStyle&, const LayoutObject& parent); |
- RenderText* createTextRenderer(const LayoutStyle&); |
+ RenderText* createTextRenderer(LayoutStyle*); |
void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle); |
virtual void attach(const AttachContext& = AttachContext()) override final; |