| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index a7f9cd72c8c913d11b76b9d483b519f0bcd56441..4ea94e6294ce980f1eb92efa9b499e11b6c479bb 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()
|
| {
|
|
|