| 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 0b89d2a0a2ed6e12776b6bf64e8508db2a75cdfa..9c7697cf8de2c99eb18ac9028cf657d53860953d 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
 | 
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
 | 
| @@ -882,8 +882,7 @@ int UseCounter::MapCSSPropertyIdToCSSSampleIdForHistogram(
 | 
|      case CSSPropertyJustifyItems:
 | 
|        return 455;
 | 
|      // CSSPropertyMotionPath was 457.
 | 
| -    case CSSPropertyAliasMotionOffset:
 | 
| -      return 458;
 | 
| +    // CSSPropertyAliasMotionOffset was 458.
 | 
|      // CSSPropertyAliasMotionRotation was 459.
 | 
|      // CSSPropertyMotion was 460.
 | 
|      case CSSPropertyX:
 | 
| 
 |