Index: third_party/WebKit/Source/core/dom/NodeFilter.idl |
diff --git a/third_party/WebKit/Source/core/dom/NodeFilter.idl b/third_party/WebKit/Source/core/dom/NodeFilter.idl |
index 55c9c07954b06559f49464f527ecd408c4a66c27..e9dc637aaa12681e5111ed7e2eaf9df26122045e 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeFilter.idl |
+++ b/third_party/WebKit/Source/core/dom/NodeFilter.idl |
@@ -34,7 +34,7 @@ |
const unsigned long SHOW_ELEMENT = 0x1; |
const unsigned long SHOW_ATTRIBUTE = 0x2; // historical |
const unsigned long SHOW_TEXT = 0x4; |
- const unsigned long SHOW_CDATA_SECTION = 0x8; // historical |
+ const unsigned long SHOW_CDATA_SECTION = 0x8; |
const unsigned long SHOW_ENTITY_REFERENCE = 0x10; // historical |
const unsigned long SHOW_ENTITY = 0x20; // historical |
const unsigned long SHOW_PROCESSING_INSTRUCTION = 0x40; |