Index: Source/core/html/HTMLDocument.idl |
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl |
index f695ad5650bf37afdc6e98814d3194fbfacbc3fc..1b73bc81db7ae852ea5116c288e412b0bab7c450 100644 |
--- a/Source/core/html/HTMLDocument.idl |
+++ b/Source/core/html/HTMLDocument.idl |
@@ -24,16 +24,6 @@ |
// https://html.spec.whatwg.org/#the-window-object |
interface HTMLDocument : Document { |
- // 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. |
- [Custom, CustomElementCallbacks] void open(); |
- [RaisesException] void close(); |
- [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void write(DOMString... text); |
- [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void writeln(DOMString... text); |
- |
// https://html.spec.whatwg.org/#Document-partial |
// FIXME: *Color should have [TreatNullAs=EmptyString]. |