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(); } |