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

Unified Diff: third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h

Issue 2726733004: [Experimental] Implement some part of custom properties in style maps (Closed)
Patch Set: 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/cssom/StylePropertyMap.h
diff --git a/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h
index cb3eb3f804b2178e5e094b29f2139694e4189644..cb454913e1c7a64c2d487312cd86409f959e9d25 100644
--- a/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h
+++ b/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h
@@ -61,8 +61,7 @@ class CORE_EXPORT StylePropertyMap
StylePropertyMap() {}
virtual CSSStyleValueVector getAllInternal(CSSPropertyID) = 0;
- virtual CSSStyleValueVector getAllInternal(
- AtomicString customPropertyName) = 0;
+ virtual CSSStyleValueVector getAllInternal(String customPropertyName) = 0;
virtual HeapVector<StylePropertyMapEntry> getIterationEntries() = 0;
IterationSource* startIteration(ScriptState*, ExceptionState&) override;

Powered by Google App Engine
This is Rietveld 408576698