Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 10f1fc762dd288763faf3f6480f443c4b2995d3f..f7795822618707a81251a9c02d3516ced8d92409 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -562,6 +562,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyApplyAtRule: return 532; |
case CSSPropertyFontVariantCaps: return 533; |
case CSSPropertyHyphens: return 534; |
+ case CSSPropertyFontVariantNumeric: return 535; |
+ |
// 1. Add new features above this line (don't change the assigned numbers of the existing |
// items). |
@@ -578,7 +580,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 534; } |
+ |
+static int maximumCSSSampleId() { return 535; } |
static EnumerationHistogram& featureObserverHistogram() |
{ |