Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 4b25f6d9d5ff05dd05f2230bdeccfb119412fa51..a2cf55e8be28ea77e8bbd36fed5de141269398f8 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -500,6 +500,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyJustifySelf: return 443; |
case CSSPropertyScrollBehavior: return 444; |
case CSSPropertyWillChange: return 445; |
+ case CSSPropertyGridTemplate: return 446; |
// Add new features above this line (don't change the assigned numbers of the existing |
// items) and update maximumCSSSampleId() with the new maximum value. |