Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index a2b06d0c98d54508ad5e1556a10875ed812432ee..91cfb8afe28a6015336e2eb037777ba71df81474 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -70,7 +70,7 @@ private: |
virtual String nodeName() const OVERRIDE; |
virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL; |
- bool isTextNode() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
+ bool isTextNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check. |
bool needsWhitespaceRenderer(); |