Index: Source/core/dom/CDATASection.idl |
diff --git a/Source/core/dom/CDATASection.idl b/Source/core/dom/CDATASection.idl |
index 939fe27b35f96e01cf5e50e8cc9d6a51c827b20b..d672cce6b0d2d118a740c029a1c0ae01fc2b8c9c 100644 |
--- a/Source/core/dom/CDATASection.idl |
+++ b/Source/core/dom/CDATASection.idl |
@@ -17,6 +17,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://dom.spec.whatwg.org/#cdatasection |
+ |
+// FIXME: CDATASection has been removed from the spec. crbug.com/437205 |
interface CDATASection : Text { |
}; |