aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLDivElement.webidl
diff options
context:
space:
mode:
authorKuba Birecki <kuba.birecki@crystalplanet.io>2016-07-23 14:48:33 +0200
committerKuba Birecki <kuba.birecki@crystalplanet.io>2016-07-23 14:48:33 +0200
commit2c5ea6bd0d41152abe105adff4cffcf9e6ad4c56 (patch)
tree3c2b00445b37ffd6151d2cdcd9a34246d03bcf4d /components/script/dom/webidls/HTMLDivElement.webidl
parentfa8c407191cc10c41d0c32a4aac50a3092d38ff5 (diff)
downloadservo-2c5ea6bd0d41152abe105adff4cffcf9e6ad4c56.tar.gz
servo-2c5ea6bd0d41152abe105adff4cffcf9e6ad4c56.zip
Partial fix for #12415: expose interfaces only where necessary
Diffstat (limited to 'components/script/dom/webidls/HTMLDivElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLDivElement.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLDivElement.webidl b/components/script/dom/webidls/HTMLDivElement.webidl
index 827dfe7ab49..46ee67ee0e5 100644
--- a/components/script/dom/webidls/HTMLDivElement.webidl
+++ b/components/script/dom/webidls/HTMLDivElement.webidl
@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmldivelement
-[Exposed=(Window,Worker)]
interface HTMLDivElement : HTMLElement {
// also has obsolete members
};