Chromium Code Reviews| Index: Source/core/dom/Comment.idl |
| diff --git a/Source/core/dom/Comment.idl b/Source/core/dom/Comment.idl |
| index e7fff28d17f76b8c748ca23a909a887a23ad0ec8..6ecf8f0c26eefc124e6d581d04805c90e9f0cb15 100644 |
| --- a/Source/core/dom/Comment.idl |
| +++ b/Source/core/dom/Comment.idl |
| @@ -17,9 +17,10 @@ |
| * Boston, MA 02110-1301, USA. |
| */ |
| +// https://dom.spec.whatwg.org/#interface-comment |
| + |
| [ |
| Constructor(optional DOMString data = ""), |
| ConstructorCallWith=Document, |
| ] interface Comment : CharacterData { |
| }; |
| - |