Chromium Code Reviews| 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 50f3e7b73dced85d9b727e4128705ee1d47762f4..13596044d7c22bc8720c1a78ed7a39db0488c6d4 100644 |
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
| @@ -20,6 +20,8 @@ |
| namespace blink { |
| +using namespace cssvalue; |
| + |
| static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, |
| bool& acceptsNegativeNumbers) { |
| switch (propertyId) { |