| Index: public/web/WebNode.h
|
| diff --git a/public/web/WebNode.h b/public/web/WebNode.h
|
| index d0f363ee3d9c3829a468b829fb5f265848169d3d..f3d0380f4053939aedda6658eb00f698a4de1927 100644
|
| --- a/public/web/WebNode.h
|
| +++ b/public/web/WebNode.h
|
| @@ -78,7 +78,7 @@ public:
|
| ElementNode = 1,
|
| AttributeNode = 2,
|
| TextNode = 3,
|
| - CDataSectionNode = 4,
|
| + // CDataSectionNodes are impossible to create in Blink.
|
| // EntityReferenceNodes are impossible to create in Blink.
|
| // EntityNodes are impossible to create in Blink.
|
| ProcessingInstructionsNode = 7,
|
|
|