Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index b2cb53a0be10258c924c0866f7ebeb9935b880d4..d03e54db7e4e17cdcc783e30bc65f1417501c5b7 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -511,6 +511,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyGridTemplate: return 452; |
case CSSPropertyGrid: return 453; |
case CSSPropertyAll: return 454; |
+ case CSSPropertyJustifyItems: return 455; |
// 1. Add new features above this line (don't change the assigned numbers of the existing |
// items). |
@@ -533,7 +534,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 454; } |
+static int maximumCSSSampleId() { return 455; } |
void UseCounter::muteForInspector() |
{ |