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..7516cbd8d67395117cce1423fad604b4141a42e0 100644 |
| --- a/Source/core/dom/Comment.idl |
| +++ b/Source/core/dom/Comment.idl |
| @@ -20,6 +20,8 @@ |
| [ |
| Constructor(optional DOMString data = ""), |
| ConstructorCallWith=Document, |
| + DoNotCheckConstants, |
| ] interface Comment : CharacterData { |
| + const unsigned short nodeType = 8; |
| }; |