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

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.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/ComputedStyleCSSValueMapping.cpp
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
index e10ecc919ce81bd377d3989b1c6762b8d3aa92b6..1c2ba0d32e97fd0fde04dce01deda81468a2bf52 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
@@ -1945,7 +1945,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
const ComputedStyle& style,
const PropertyRegistry* registry) {
if (registry) {
- const PropertyRegistry::Registration* registration =
+ const PropertyRegistration* registration =
registry->registration(customPropertyName);
if (registration) {
const CSSValue* result = style.getRegisteredVariable(

Powered by Google App Engine
This is Rietveld 408576698