Index: Source/core/dom/Node.idl |
diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl |
index 28d760ed4d166d60586a2cdeaa32d03b17fdc22e..ba0eb1787c0d1c4cf80bb881469b6c9f9786aab7 100644 |
--- a/Source/core/dom/Node.idl |
+++ b/Source/core/dom/Node.idl |
@@ -29,7 +29,7 @@ |
const unsigned short ATTRIBUTE_NODE = 2; |
const unsigned short TEXT_NODE = 3; |
const unsigned short CDATA_SECTION_NODE = 4; |
- const unsigned short ENTITY_REFERENCE_NODE = 5; |
+ const unsigned short ENTITY_REFERENCE_NODE = 5; // EntityReference nodes are impossible to create in WebKit. |
const unsigned short ENTITY_NODE = 6; |
const unsigned short PROCESSING_INSTRUCTION_NODE = 7; |
const unsigned short COMMENT_NODE = 8; |