Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index b2bec8fec12f014d1538fc1d08b495bc958eb1f1..532f6a56c3241be63ed41b24d534fad07eb9a164 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -420,8 +420,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyAlignmentBaseline: return 386; |
case CSSPropertyBaselineShift: return 387; |
case CSSPropertyDominantBaseline: return 388; |
- case CSSPropertyGlyphOrientationHorizontal: return 389; |
- case CSSPropertyGlyphOrientationVertical: return 390; |
+ // CSSPropertyGlyphOrientationHorizontal has been removed, was return 389; |
+ // CSSPropertyGlyphOrientationVertical has been removed, was return 390; |
// CSSPropertyKerning has been removed, was return 391; |
case CSSPropertyTextAnchor: return 392; |
case CSSPropertyVectorEffect: return 393; |