Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 1e5c48383f7dc0b50ff2d133410b62006a14b7ce..107fd61b86c7c733bfd0cc23903e1f9f2e35c7d1 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -207,7 +207,7 @@ public: |
}; |
// Notifies the node that it's list of children have changed (either by adding or removing child nodes), or a child |
- // node that is of the type CDATA_SECTION_NODE, TEXT_NODE or COMMENT_NODE has changed its value. |
+ // node that is of the type TEXT_NODE or COMMENT_NODE has changed its value. |
virtual void childrenChanged(const ChildrenChange&); |
void disconnectDescendantFrames(); |