| 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 87ef0bb52b4f6327970b20f195a3f4d42d2566f3..179d0e2e1cd15f56d931d63406b0600ae393857c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -2079,7 +2079,7 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
|
| // statement.
|
| const CSSPropertyDescriptor& cssPropertyDesc =
|
| CSSPropertyDescriptor::get(property);
|
| - if (cssPropertyDesc.temporaryCanReadValue)
|
| + if (cssPropertyDesc.parseSingleValue)
|
| return cssPropertyDesc.parseSingleValue(m_range, m_context);
|
|
|
| switch (property) {
|
|
|