| Index: Source/core/css/MediaQueryEvaluator.cpp
|
| diff --git a/Source/core/css/MediaQueryEvaluator.cpp b/Source/core/css/MediaQueryEvaluator.cpp
|
| index 97b6248baae6c66a8111de76a6c5821a52b36ac1..dc43b99884bad85e701aa10bd3b9f3fd877cfab7 100644
|
| --- a/Source/core/css/MediaQueryEvaluator.cpp
|
| +++ b/Source/core/css/MediaQueryEvaluator.cpp
|
| @@ -350,7 +350,7 @@ static bool computeLength(CSSValue* value, bool strict, RenderStyle* style, Rend
|
| }
|
|
|
| if (primitiveValue->isLength()) {
|
| - result = primitiveValue->computeLength<int>(style, rootStyle);
|
| + result = primitiveValue->computeLength<int>(style, rootStyle, 1.0 /* multiplier */, true /* computingFontSize */);
|
| return true;
|
| }
|
|
|
|
|