Index: trunk/Source/core/editing/EditorCommand.cpp |
=================================================================== |
--- trunk/Source/core/editing/EditorCommand.cpp (revision 190671) |
+++ trunk/Source/core/editing/EditorCommand.cpp (working copy) |
@@ -271,7 +271,7 @@ |
if (!renderer || !renderer->isBox()) |
return 0; |
RenderBox& renderBox = toRenderBox(*renderer); |
- const LayoutStyle* style = renderBox.style(); |
+ LayoutStyle* style = renderBox.style(); |
if (!style) |
return 0; |
if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->hasEditableStyle())) |