| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index d5efd2996eefbec428364cabe4e2b475c345a49d..b21ec8083470038dd695ec801542fe00653b9ad9 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -236,7 +236,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyWebkitBorderEndColor: return 191;
|
| case CSSPropertyWebkitBorderEndStyle: return 192;
|
| case CSSPropertyWebkitBorderEndWidth: return 193;
|
| - case CSSPropertyWebkitBorderFit: return 194;
|
| + // CSSPropertyWebkitBorderFit was 194
|
| case CSSPropertyWebkitBorderHorizontalSpacing: return 195;
|
| case CSSPropertyWebkitBorderImage: return 196;
|
| case CSSPropertyWebkitBorderRadius: return 197;
|
|
|