Index: Source/core/dom/Attr.h |
diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
index f3988330ce561f803fa7a350196a01e5b76a76e8..270d46ecf3c398a91781d8db4365b81a8ecbef03 100644 |
--- a/Source/core/dom/Attr.h |
+++ b/Source/core/dom/Attr.h |
@@ -67,7 +67,7 @@ private: |
Attr(Element&, const QualifiedName&); |
Attr(Document&, const QualifiedName&, const AtomicString& value); |
- bool isElementNode() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
+ bool isElementNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check. |
void createTextChild(); |