Index: trunk/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
=================================================================== |
--- trunk/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp (revision 190671) |
+++ trunk/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp (working copy) |
@@ -176,7 +176,7 @@ |
void RenderDeprecatedFlexibleBox::styleWillChange(StyleDifference diff, const LayoutStyle& newStyle) |
{ |
- const LayoutStyle* oldStyle = style(); |
+ LayoutStyle* oldStyle = style(); |
if (oldStyle && !oldStyle->lineClamp().isNone() && newStyle.lineClamp().isNone()) |
clearLineClamp(); |