diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-10-02 18:21:34 +0900 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-10-03 14:25:23 +0900 |
commit | 2660f359254e7543b7c91d14728b44ac01e438e5 (patch) | |
tree | 3a46481fc1bbe22994df7186ce10d5ea6a4ec015 /components/script/dom/webidls/HTMLParagraphElement.webidl | |
parent | 84693d81173b58c4afc408a7295210960842484a (diff) | |
download | servo-2660f359254e7543b7c91d14728b44ac01e438e5.tar.gz servo-2660f359254e7543b7c91d14728b44ac01e438e5.zip |
Remove [PrimaryGlobal]
Diffstat (limited to 'components/script/dom/webidls/HTMLParagraphElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLParagraphElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLParagraphElement.webidl b/components/script/dom/webidls/HTMLParagraphElement.webidl index d6eb3e7c589..916d8ced83c 100644 --- a/components/script/dom/webidls/HTMLParagraphElement.webidl +++ b/components/script/dom/webidls/HTMLParagraphElement.webidl @@ -3,7 +3,7 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#htmlparagraphelement -[HTMLConstructor] +[Exposed=Window, HTMLConstructor] interface HTMLParagraphElement : HTMLElement { // also has obsolete members }; |