diff options
Diffstat (limited to 'dom/webidl/HTMLDirectoryElement.webidl')
-rw-r--r-- | dom/webidl/HTMLDirectoryElement.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/HTMLDirectoryElement.webidl b/dom/webidl/HTMLDirectoryElement.webidl index 9d5160af1b..d50b4d330b 100644 --- a/dom/webidl/HTMLDirectoryElement.webidl +++ b/dom/webidl/HTMLDirectoryElement.webidl @@ -12,6 +12,7 @@ */ // http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis +[HTMLConstructor] interface HTMLDirectoryElement : HTMLElement { [SetterThrows, Pure] attribute boolean compact; |