aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
diff options
context:
space:
mode:
authorMaciej Skrzypkowski <m.skrzypkows@samsung.com>2016-07-28 14:38:47 +0200
committerMaciej Skrzypkowski <m.skrzypkows@samsung.com>2016-07-28 14:38:47 +0200
commit9fa6d5083c733883a101c8c7cfe9e144ec43442c (patch)
tree0375dd130989e817acacc9e119e4fc5a6c5b6076 /components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
parenta0c502261dc2bd710e31dcbbbd2d81d2a2c53724 (diff)
downloadservo-9fa6d5083c733883a101c8c7cfe9e144ec43442c.tar.gz
servo-9fa6d5083c733883a101c8c7cfe9e144ec43442c.zip
Partial fix for #12415: expose interfaces of some HTML Elements
Diffstat (limited to 'components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl')
-rw-r--r--components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl b/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
index 46336743a53..3ff0418b13f 100644
--- a/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
+++ b/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlhyperlinkelementutils
-[NoInterfaceObject, Exposed=(Window,Worker)]
+[NoInterfaceObject]
interface HTMLHyperlinkElementUtils {
// stringifier attribute USVString href;
attribute USVString href;