| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 0272ab0f63296a01f051304853435f7d20c1d02f..f5bb123cf9b2b0eb9e5350fb6e790603750537c2 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -509,6 +509,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyBackfaceVisibility: return 451;
|
| case CSSPropertyGridTemplate: return 452;
|
| case CSSPropertyGrid: return 453;
|
| + case CSSPropertyAll: return 454;
|
|
|
| // Add new features above this line (don't change the assigned numbers of the existing
|
| // items) and update maximumCSSSampleId() with the new maximum value.
|
| @@ -528,7 +529,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 453; }
|
| +static int maximumCSSSampleId() { return 454; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|