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

Unified Diff: third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.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/InlineStylePropertyMap.h
diff --git a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
index a467f32270b348920dc84858325b51d1fe56b042..182d3526ea5af5f34049aa9ebf1bc7406722c8f0 100644
--- a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
+++ b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
@@ -35,7 +35,7 @@ class CORE_EXPORT InlineStylePropertyMap final
protected:
CSSStyleValueVector getAllInternal(CSSPropertyID) override;
- CSSStyleValueVector getAllInternal(AtomicString customPropertyName) override;
+ CSSStyleValueVector getAllInternal(String customPropertyName) override;
HeapVector<StylePropertyMapEntry> getIterationEntries() override;

Powered by Google App Engine
This is Rietveld 408576698