Index: Source/core/dom/Attr.h |
diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
index 98076678dc003c8194d3f6ccd376cbf5e74e4314..f3988330ce561f803fa7a350196a01e5b76a76e8 100644 |
--- a/Source/core/dom/Attr.h |
+++ b/Source/core/dom/Attr.h |
@@ -67,6 +67,8 @@ private: |
Attr(Element&, const QualifiedName&); |
Attr(Document&, const QualifiedName&, const AtomicString& value); |
+ bool isElementNode() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
+ |
void createTextChild(); |
void setValueInternal(const AtomicString&); |