diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLDirectoryElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLDirectoryElement.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLDirectoryElement.webidl b/components/script/dom/webidls/HTMLDirectoryElement.webidl index e4db8ca7af8..543b610eade 100644 --- a/components/script/dom/webidls/HTMLDirectoryElement.webidl +++ b/components/script/dom/webidls/HTMLDirectoryElement.webidl @@ -5,5 +5,6 @@ // https://html.spec.whatwg.org/multipage/#htmldirectoryelement [HTMLConstructor] interface HTMLDirectoryElement : HTMLElement { + // [CEReactions] // attribute boolean compact; }; |