Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp

Issue 2676993002: Move PropertyRegistry::Registration into PropertyRegistration (Closed)
Patch Set: Rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
index 26c1632db36a4129783ae297216c75d11f17a3d8..76269e91409c54eac754764bf470ff7ae1e09c42 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
@@ -84,7 +84,7 @@ MutableStylePropertySet::SetResult CSSParserImpl::parseVariableValue(
const CSSCustomPropertyDeclaration* parsedDeclaration =
toCSSCustomPropertyDeclaration(parser.m_parsedProperties[0].value());
if (parsedDeclaration->value() && registry) {
- const PropertyRegistry::Registration* registration =
+ const PropertyRegistration* registration =
registry->registration(propertyName);
// TODO(timloh): This is a bit wasteful, we parse the registered property
// to validate but throw away the result.

Powered by Google App Engine
This is Rietveld 408576698