| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 9a18d3e1ae0993029e654458ef3012d8c4474731..b9690b9a1bc1e6767053777b6bb647ae08deef1b 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2101,6 +2101,8 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| if (style->minWidth().isAuto())
|
| return zoomAdjustedPixelValue(0, style.get());
|
| return zoomAdjustedPixelValueForLength(style->minWidth(), style.get());
|
| + case CSSPropertyObjectFit:
|
| + return cssValuePool().createValue(style->objectFit());
|
| case CSSPropertyOpacity:
|
| return cssValuePool().createValue(style->opacity(), CSSPrimitiveValue::CSS_NUMBER);
|
| case CSSPropertyOrphans:
|
|
|