| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index e19fc1ea169df2d11d3161f96cdc40b3196f86c2..b58a4211a8998f4cdc88d8efd80c4f3b52b30981 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -499,6 +499,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyY: return 462;
|
| case CSSPropertyRx: return 463;
|
| case CSSPropertyRy: return 464;
|
| + case CSSPropertyFontSizeAdjust: return 465;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -515,7 +516,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 464; }
|
| +static int maximumCSSSampleId() { return 465; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|