Index: Source/core/editing/SimplifyMarkupCommand.cpp |
diff --git a/Source/core/editing/SimplifyMarkupCommand.cpp b/Source/core/editing/SimplifyMarkupCommand.cpp |
index 3c464072d1358287dad7c3784d0d7bb777aad5ab..3a28da69810750a23c70c866e3fdeeee4f54e7ea 100644 |
--- a/Source/core/editing/SimplifyMarkupCommand.cpp |
+++ b/Source/core/editing/SimplifyMarkupCommand.cpp |
@@ -55,7 +55,7 @@ void SimplifyMarkupCommand::doApply() |
ContainerNode* startingNode = node->parentNode(); |
if (!startingNode) |
continue; |
- RenderStyle* startingStyle = startingNode->renderStyle(); |
+ const RenderStyle* startingStyle = startingNode->renderStyle(); |
if (!startingStyle) |
continue; |
ContainerNode* currentNode = startingNode; |