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

Unified Diff: Source/core/dom/Node.h

Issue 26678003: Remove several unused Node methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « Source/core/dom/Element.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 20b17d7d44bbe4b31a46218ec010e63a766fa001..affc8c48033490f73bb18c12da7edda769a4865f 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -167,7 +167,6 @@ public:
// DOM methods & attributes for Node
bool hasTagName(const QualifiedName&) const;
- bool hasLocalName(const AtomicString&) const;
virtual String nodeName() const = 0;
virtual String nodeValue() const;
virtual void setNodeValue(const String&);
@@ -179,8 +178,6 @@ public:
PassRefPtr<NodeList> childNodes();
Node* firstChild() const;
Node* lastChild() const;
- bool hasAttributes() const;
- NamedNodeMap* attributes() const;
// ChildNode interface API
Element* previousElementSibling() const;
« no previous file with comments | « Source/core/dom/Element.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698