Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
index 7b407571adc569784e1ec51023e4e98ec7a376b8..a2308f4623568aa5861fbed7af15878f28d36846 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
@@ -55,7 +55,7 @@ static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acce |
case CSSPropertyMarginLeft: |
case CSSPropertyMarginRight: |
case CSSPropertyMarginTop: |
- case CSSPropertyMotionOffset: |
+ case CSSPropertyOffsetDistance: |
case CSSPropertyRight: |
case CSSPropertyTop: |
case CSSPropertyWebkitMarginAfter: |