Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 35cb0b82bb5caaafcf11ccd431d56901f65ecd5a..318ea1b54748c41edaf1bd1225aa439818b2d2c9 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -541,6 +541,9 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyRotate: return 505; |
case CSSPropertyScale: return 506; |
case CSSPropertyImageOrientation: return 507; |
+ case CSSPropertyGridColumnGap: return 508; |
+ case CSSPropertyGridRowGap: return 509; |
+ case CSSPropertyGridGap: return 510; |
// 1. Add new features above this line (don't change the assigned numbers of the existing |
// items). |
@@ -557,7 +560,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 507; } |
+static int maximumCSSSampleId() { return 510; } |
void UseCounter::muteForInspector() |
{ |