Index: Source/core/html/CollectionType.h |
diff --git a/Source/core/html/CollectionType.h b/Source/core/html/CollectionType.h |
index c576c113283425ff39a79c4004299e60d83ee790..9db25d42e2e22a90820cdb8f64add6891dd01cbc 100644 |
--- a/Source/core/html/CollectionType.h |
+++ b/Source/core/html/CollectionType.h |
@@ -41,7 +41,7 @@ enum CollectionType { |
DocumentNamedItems, |
// Unnamed HTMLCollection types cached in elements. |
- NodeChildren, // first-level children (IE) |
+ NodeChildren, // first-level children (ParentNode DOM interface) |
TableTBodies, // all <tbody> elements in this table |
TSectionRows, // all row elements in this table section |
TableRows, |