diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-02 21:46:47 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:10 -0500 |
commit | 6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e (patch) | |
tree | b5be4959844173e01962c9e2d85a9c48257c88be /dom/webidl/HTMLMapElement.webidl | |
parent | 5222f6e9daa4cb74b404f769b23510b3d600efd9 (diff) | |
download | uxp-6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e.tar.gz |
Bug 1274159 - Part 3-1: Add HTMLConstructor to HTMLElement and its subclass;
Tag UXP Issue #1344
Diffstat (limited to 'dom/webidl/HTMLMapElement.webidl')
-rw-r--r-- | dom/webidl/HTMLMapElement.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/HTMLMapElement.webidl b/dom/webidl/HTMLMapElement.webidl index 88fe4e54c9..cf4d404260 100644 --- a/dom/webidl/HTMLMapElement.webidl +++ b/dom/webidl/HTMLMapElement.webidl @@ -11,6 +11,7 @@ */ // http://www.whatwg.org/specs/web-apps/current-work/#the-map-element +[HTMLConstructor] interface HTMLMapElement : HTMLElement { [SetterThrows, Pure] attribute DOMString name; |