| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index bc79235b870023303b411d5f9d57272e20d0d0a8..78f6604088f3576905f265ddee14194246dda5f8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -111,6 +111,7 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyFontVariant,
|
| CSSPropertyFontVariantLigatures,
|
| CSSPropertyFontVariantCaps,
|
| + CSSPropertyFontVariantNumeric,
|
| CSSPropertyFontWeight,
|
| CSSPropertyHeight,
|
| CSSPropertyImageOrientation,
|
|
|