| 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 0635d097b121ffbd7b9a64463923738ad37a7c24..d2123e1af2a345fddf5329f50292877a7c223835 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -884,8 +884,7 @@ int UseCounter::MapCSSPropertyIdToCSSSampleIdForHistogram(
|
| // CSSPropertyMotionPath was 457.
|
| case CSSPropertyAliasMotionOffset:
|
| return 458;
|
| - case CSSPropertyAliasMotionRotation:
|
| - return 459;
|
| + // CSSPropertyAliasMotionRotation was 459.
|
| // CSSPropertyMotion was 460.
|
| case CSSPropertyX:
|
| return 461;
|
|
|