Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 64182aa823d5a7ecedc4862dc7832abc9d62f838..7abab082725b43a2bb4b5a2f8f4315723139537b 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -506,6 +506,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyPerspective: return 449; |
case CSSPropertyPerspectiveOrigin: return 450; |
case CSSPropertyBackfaceVisibility: return 451; |
+ case CSSPropertyGridTemplate: return 452; |
// Add new features above this line (don't change the assigned numbers of the existing |
// items) and update maximumCSSSampleId() with the new maximum value. |