Index: Source/core/dom/Attr.h |
diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
index c52572595c296979b02ea1d30a7a554ea27f99e5..5ac819ae8e93fecdf64f1bd97631cd8df2b65ed7 100644 |
--- a/Source/core/dom/Attr.h |
+++ b/Source/core/dom/Attr.h |
@@ -33,7 +33,7 @@ namespace WebCore { |
class CSSStyleDeclaration; |
class StylePropertySet; |
-// Attr can have Text and EntityReference children |
+// Attr can have Text children |
// therefore it has to be a fullblown Node. The plan |
// is to dynamically allocate a textchild and store the |
// resulting nodevalue in the attribute upon |