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 0a6b811b157d95d4ac575407894b5778636e7ff2..d056f0ad1a163a344060391eafeb7637ffae393a 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, |