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 29616c7aab5da1fe28e4ab3307edc5a81caa47b3..0b89d2a0a2ed6e12776b6bf64e8508db2a75cdfa 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -1048,8 +1048,7 @@ int UseCounter::MapCSSPropertyIdToCSSSampleIdForHistogram( |
return 540; |
case CSSPropertyOffsetPath: |
return 541; |
- case CSSPropertyOffsetRotation: |
- return 542; |
+ // CSSPropertyOffsetRotation was 542. |
case CSSPropertyOffset: |
return 543; |
case CSSPropertyOffsetAnchor: |