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

Unified Diff: third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.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/resolver/CSSVariableResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
index 8d7f8e442b4eb0dde7a265428dff85195f50c397..4eec65bc25c07bdcf5f37b78198895061ba07b9c 100644
--- a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
@@ -45,7 +45,7 @@ CSSVariableData* CSSVariableResolver::valueForCustomProperty(
}
DCHECK(m_registry || !RuntimeEnabledFeatures::cssVariables2Enabled());
- const PropertyRegistry::Registration* registration =
+ const PropertyRegistration* registration =
m_registry ? m_registry->registration(name) : nullptr;
CSSVariableData* variableData = nullptr;

Powered by Google App Engine
This is Rietveld 408576698