aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLBodyElement.webidl
diff options
context:
space:
mode:
authorKuba Birecki <kuba.birecki@crystalplanet.io>2016-07-22 19:59:40 +0200
committerKuba Birecki <kuba.birecki@crystalplanet.io>2016-07-23 11:09:48 +0200
commitfa8c407191cc10c41d0c32a4aac50a3092d38ff5 (patch)
tree0e89e3866c587074f12f7ec32c094d51e22386b0 /components/script/dom/webidls/HTMLBodyElement.webidl
parent7c8bd58c4a53077af564f8024179732dffa15b39 (diff)
downloadservo-fa8c407191cc10c41d0c32a4aac50a3092d38ff5.tar.gz
servo-fa8c407191cc10c41d0c32a4aac50a3092d38ff5.zip
Partial fix for #12415: expose interfaces only where necessary
Diffstat (limited to 'components/script/dom/webidls/HTMLBodyElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLBodyElement.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLBodyElement.webidl b/components/script/dom/webidls/HTMLBodyElement.webidl
index 31097e75614..36c6f4d64e3 100644
--- a/components/script/dom/webidls/HTMLBodyElement.webidl
+++ b/components/script/dom/webidls/HTMLBodyElement.webidl
@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#the-body-element
-[Exposed=(Window,Worker)]
interface HTMLBodyElement : HTMLElement {
// also has obsolete members
};