Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Unified Diff: public/web/WebNode.h

Issue 739433003: Remove CDATASection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698