Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 90747c9390b1fa7729157bd9a65df5e8735e44b5..c3d4e2ac1b6fd8cf642afe3e6ec981f59063f075 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 CSSPropertyAll: 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. |