From 635860845790a19bf50bbc51ba8fb66a96dde068 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 5 Mar 2009 14:34:32 -0800 Subject: auto import from //depot/cupcake/@136594 --- WebCore/html/HTMLCollection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WebCore/html/HTMLCollection.h') diff --git a/WebCore/html/HTMLCollection.h b/WebCore/html/HTMLCollection.h index 3d75108..083ec05 100644 --- a/WebCore/html/HTMLCollection.h +++ b/WebCore/html/HTMLCollection.h @@ -84,8 +84,8 @@ public: virtual Node* item(unsigned index) const; virtual Node* nextItem() const; - virtual Node* namedItem(const String& name, bool caseSensitive = true) const; - virtual Node* nextNamedItem(const String& name) const; // In case of multiple items named the same way + virtual Node* namedItem(const AtomicString& name) const; + virtual Node* nextNamedItem(const AtomicString& name) const; // In case of multiple items named the same way Node* firstItem() const; @@ -145,7 +145,7 @@ private: virtual unsigned calcLength() const; virtual void updateNameCache() const; - bool checkForNameMatch(Element*, bool checkName, const String &name, bool caseSensitive) const; + bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const; RefPtr m_base; Type m_type; -- cgit v1.1