Index: trunk/Source/core/editing/iterators/TextIterator.cpp |
=================================================================== |
--- trunk/Source/core/editing/iterators/TextIterator.cpp (revision 190671) |
+++ trunk/Source/core/editing/iterators/TextIterator.cpp (working copy) |
@@ -834,7 +834,7 @@ |
|| node->hasTagName(h5Tag) |
|| node->hasTagName(h6Tag) |
|| node->hasTagName(pTag)) { |
- const LayoutStyle* style = r->style(); |
+ LayoutStyle* style = r->style(); |
if (style) { |
int bottomMargin = toRenderBox(r)->collapsedMarginAfter(); |
int fontSize = style->fontDescription().computedPixelSize(); |