| Index: Source/core/css/parser/CSSParserFastPaths.cpp
|
| diff --git a/Source/core/css/parser/CSSParserFastPaths.cpp b/Source/core/css/parser/CSSParserFastPaths.cpp
|
| index 3df7358db1f7fa4484dacbe144abdd0e54ca8b67..0c871017e0a5867bd3d6fc3f69f07c5fd9877414 100644
|
| --- a/Source/core/css/parser/CSSParserFastPaths.cpp
|
| +++ b/Source/core/css/parser/CSSParserFastPaths.cpp
|
| @@ -50,6 +50,8 @@ static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acce
|
| case CSSPropertyWebkitMarginBefore:
|
| case CSSPropertyWebkitMarginEnd:
|
| case CSSPropertyWebkitMarginStart:
|
| + case CSSPropertyX:
|
| + case CSSPropertyY:
|
| acceptsNegativeNumbers = true;
|
| return true;
|
| default:
|
|
|