| Index: third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| index dc2bb1a5d69fe2f00306cbe28af351cf52ee259b..012ac3b9796ebc271198f9571e7d5e1d9bf9c4b3 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| @@ -217,7 +217,8 @@ Length ViewportStyleResolver::viewportLengthValue(CSSPropertyID id) const {
|
| const CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(value);
|
| ComputedStyle* documentStyle = m_document->mutableComputedStyle();
|
|
|
| - // If we have viewport units the conversion will mark the document style as having viewport units.
|
| + // If we have viewport units the conversion will mark the document style as
|
| + // having viewport units.
|
| bool documentStyleHasViewportUnits = documentStyle->hasViewportUnits();
|
| documentStyle->setHasViewportUnits(false);
|
|
|
|
|