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