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