Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
| index 0327c7be2dab5ce7ccdc74d8c65e9cf1c8681194..86a13bf9c5b142ced4fa26d78aaebe9fe6fb64f9 100644 |
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
| @@ -2043,7 +2043,7 @@ const CSSValue* CSSPropertyParser::parseSingleValue( |
| // statement. |
| const CSSPropertyDescriptor& cssPropertyDesc = |
| CSSPropertyDescriptor::get(property); |
| - if (cssPropertyDesc.temporaryCanReadValue) |
| + if (cssPropertyDesc.parseSingleValue) |
|
sashab
2017/02/01 17:50:20
omg awesome
aazzam
2017/02/01 22:33:16
:D
|
| return cssPropertyDesc.parseSingleValue(m_range, m_context); |
| switch (property) { |