Chromium Code Reviews| Index: Source/core/dom/Comment.idl |
| diff --git a/Source/core/dom/Comment.idl b/Source/core/dom/Comment.idl |
| index 0503d63153b2b7dfde006ff08794926635e7c844..0297e9530640e33a1c0e899bbc1c358537022d1a 100644 |
| --- a/Source/core/dom/Comment.idl |
| +++ b/Source/core/dom/Comment.idl |
| @@ -19,7 +19,7 @@ |
| [ |
| Constructor([Default=NullString] optional DOMString data), |
| - ConstructorCallWith=Document |
| + ConstructorCallWith=Document, |
| ] interface Comment : CharacterData { |
| }; |