| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 6a289474051f1257c0f7c1739a40884aa1196db9..91eeae06346da37f909bfe589f84942849756010 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -442,7 +442,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyDominantBaseline: return 388;
|
| case CSSPropertyGlyphOrientationHorizontal: return 389;
|
| case CSSPropertyGlyphOrientationVertical: return 390;
|
| - case CSSPropertyKerning: return 391;
|
| + // CSSPropertyKerning has been removed, was return 391;
|
| case CSSPropertyTextAnchor: return 392;
|
| case CSSPropertyVectorEffect: return 393;
|
| case CSSPropertyWritingMode: return 394;
|
|
|