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) |
return cssPropertyDesc.parseSingleValue(m_range, m_context); |
switch (property) { |