Chromium Code Reviews| Index: Source/core/frame/UseCounter.cpp |
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
| index 6a289474051f1257c0f7c1739a40884aa1196db9..e656d8969e5537d0bec77f82104fe5621291f0d1 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; |
| + // case CSSPropertyKerning: return 391; |
|
ojan
2014/04/11 00:36:20
You can just delete this now that we number these.
|
| case CSSPropertyTextAnchor: return 392; |
| case CSSPropertyVectorEffect: return 393; |
| case CSSPropertyWritingMode: return 394; |