Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLAllCollection.h
index f6ba13a..010a44b 100644 (file)
@@ -35,9 +35,8 @@ public:
     static PassRefPtr<HTMLAllCollection> create(ContainerNode*, CollectionType);
     virtual ~HTMLAllCollection();
 
-    Node* namedItemWithIndex(const AtomicString& name, unsigned index) const;
-    void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&);
-    PassRefPtr<NodeList> tags(const AtomicString&);
+    Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
+    void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&);
 
 private:
     HTMLAllCollection(ContainerNode*, CollectionType);