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