Index: Source/core/dom/CharacterData.h |
diff --git a/Source/core/dom/CharacterData.h b/Source/core/dom/CharacterData.h |
index 3867309de25106cfcb185441025a4f66bf63f1c6..c28e9320d4f168b3e77e5045594a092670cd9082 100644 |
--- a/Source/core/dom/CharacterData.h |
+++ b/Source/core/dom/CharacterData.h |
@@ -76,8 +76,8 @@ private: |
virtual bool offsetInCharacters() const OVERRIDE FINAL; |
void setDataAndUpdate(const String&, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength, RecalcStyleBehavior = DoNotRecalcStyle); |
- bool isContainerNode() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
- bool isElementNode() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
+ bool isContainerNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check. |
+ bool isElementNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check. |
}; |
DEFINE_NODE_TYPE_CASTS(CharacterData, isCharacterDataNode()); |