Index: trunk/Source/core/css/resolver/ViewportStyleResolver.cpp |
=================================================================== |
--- trunk/Source/core/css/resolver/ViewportStyleResolver.cpp (revision 190671) |
+++ trunk/Source/core/css/resolver/ViewportStyleResolver.cpp (working copy) |
@@ -179,7 +179,7 @@ |
if (primitiveValue->getValueID() == CSSValueInternalExtendToZoom) |
return Length(ExtendToZoom); |
- const LayoutStyle* documentStyle = m_document->layoutStyle(); |
+ LayoutStyle* documentStyle = m_document->layoutStyle(); |
// If we have viewport units the conversion will mark the document style as having viewport units. |
bool documentStyleHasViewportUnits = documentStyle->hasViewportUnits(); |