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 5a68e693cd06ab17b508e1096d7bb9d02f6253d3..0635d097b121ffbd7b9a64463923738ad37a7c24 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -881,8 +881,7 @@ int UseCounter::MapCSSPropertyIdToCSSSampleIdForHistogram( |
return 454; |
case CSSPropertyJustifyItems: |
return 455; |
- case CSSPropertyAliasMotionPath: |
- return 457; |
+ // CSSPropertyMotionPath was 457. |
case CSSPropertyAliasMotionOffset: |
return 458; |
case CSSPropertyAliasMotionRotation: |