| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index b49a941ce4405d9ff3f96b9abd5a2da0542dc0f7..421517bab2753823897db00388272ff9a8d9192f 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -564,7 +564,7 @@ static PassRefPtr<CSSPrimitiveValue> zoomAdjustedPixelValueForLength(const Lengt
|
| {
|
| if (length.isFixed())
|
| return zoomAdjustedPixelValue(length.value(), style);
|
| - return cssValuePool().createValue(length);
|
| + return cssValuePool().createValue(length, style);
|
| }
|
|
|
| static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style)
|
|
|