Chromium Code Reviews| Index: Source/core/dom/Node.h |
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
| index 437559ab922cfe9fc22251f774482d214b1f741d..5280614e2f675d5f49c8dbd530a209c14be6499e 100644 |
| --- a/Source/core/dom/Node.h |
| +++ b/Source/core/dom/Node.h |
| @@ -171,7 +171,6 @@ public: |
| // DOM methods & attributes for Node |
| - bool hasTagName(const QualifiedName&) const; |
| bool hasTagName(const HTMLQualifiedName&) const; |
| bool hasTagName(const SVGQualifiedName&) const; |
| virtual String nodeName() const = 0; |