| Index: Source/core/html/HTMLDocument.idl
|
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
|
| index ee4609f2cd1687cca8981b84732ff712f847ac8c..a5fef5ca7876a5d9cdb532edd4ea1171bfca8b39 100644
|
| --- a/Source/core/html/HTMLDocument.idl
|
| +++ b/Source/core/html/HTMLDocument.idl
|
| @@ -28,6 +28,7 @@ interface HTMLDocument : Document {
|
| readonly attribute DOMString compatMode;
|
|
|
| // https://html.spec.whatwg.org/#the-document-object
|
| + // TODO(philipj): The below should be moved to Document. crbug.com/496376
|
|
|
| // dynamic markup insertion
|
| // FIXME: There are two open() methods in the spec.
|
|
|