| Index: Source/core/css/resolver/ViewportStyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/ViewportStyleResolver.cpp b/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| index 904f3bcf00903c1c8096b158113f6eae2ca774f9..5cb952f5b539a030f95bd7f5e1a3fa02c0f21385 100644
|
| --- a/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| +++ b/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| @@ -179,7 +179,7 @@ Length ViewportStyleResolver::viewportLengthValue(CSSPropertyID id) const
|
| if (primitiveValue->getValueID() == CSSValueInternalExtendToZoom)
|
| return Length(ExtendToZoom);
|
|
|
| - RenderStyle* documentStyle = m_document->renderStyle();
|
| + const RenderStyle* documentStyle = m_document->renderStyle();
|
|
|
| // If we have viewport units the conversion will mark the document style as having viewport units.
|
| bool documentStyleHasViewportUnits = documentStyle->hasViewportUnits();
|
|
|