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

Unified Diff: Source/core/css/StyleSheetList.h

Issue 100463004: Make calls to AtomicString(const String&) explicit in css/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make MediaQuery::mediaType() return an AtomicString Created 7 years 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: Source/core/css/StyleSheetList.h
diff --git a/Source/core/css/StyleSheetList.h b/Source/core/css/StyleSheetList.h
index cd813bc043baa15003557959a1059ae7ffc19b5d..c9c15404729e68479144745f625b23fecf873654 100644
--- a/Source/core/css/StyleSheetList.h
+++ b/Source/core/css/StyleSheetList.h
@@ -41,7 +41,7 @@ public:
unsigned length();
StyleSheet* item(unsigned index);
- HTMLStyleElement* getNamedItem(const String&) const;
+ HTMLStyleElement* getNamedItem(const AtomicString&) const;
Document* document() { return m_treeScope->documentScope(); }

Powered by Google App Engine
This is Rietveld 408576698