| Index: Source/core/css/resolver/ViewportStyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/ViewportStyleResolver.cpp b/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| index 860bbc5ed5c0afcf4ca9c96b233f6c3d3c2f8741..3bad05b26a0194f02a255032e0e23939611cd629 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);
|
|
|
| - LayoutStyle* documentStyle = m_document->layoutStyle();
|
| + const 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();
|
|
|