| Index: Source/core/page/UseCounter.cpp
|
| diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
|
| index d124a672468d92d53a16cbfa7de93db80ac74561..21ee7da0c8fc9f85dc10298db77dbeb1f91c00f0 100644
|
| --- a/Source/core/page/UseCounter.cpp
|
| +++ b/Source/core/page/UseCounter.cpp
|
| @@ -488,6 +488,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyMixBlendMode: return 420;
|
| case CSSPropertyTouchAction: return 421;
|
| case CSSPropertyGridArea: return 422;
|
| + case CSSPropertyGridTemplate: return 423;
|
|
|
| // Add new features above this line (don't change the assigned numbers of the existing
|
| // items) and update maximumCSSSampleId() with the new maximum value.
|
| @@ -502,7 +503,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 422; }
|
| +static int maximumCSSSampleId() { return 423; }
|
|
|
| UseCounter::UseCounter()
|
| {
|
|
|