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