summaryrefslogtreecommitdiffstats
path: root/dom/webidl
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-08-30 12:04:46 +0000
committerMoonchild <moonchild@palemoon.org>2020-08-30 12:04:46 +0000
commitb28effe2ea93e43e362f7ce263d23b55adcb6da7 (patch)
treeb04c82f9af4a0d288a6d4350d774ad8fe6dac903 /dom/webidl
parentafd6edd667715c222c3d5785f0556d74e90cb542 (diff)
downloadUXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar
UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar.gz
UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar.lz
UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar.xz
UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.zip
Remove unsupported CE keyword from HTMLLinkElement.webidl
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/HTMLLinkElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLLinkElement.webidl b/dom/webidl/HTMLLinkElement.webidl
index 0b77e9ea7..588f15bfd 100644
--- a/dom/webidl/HTMLLinkElement.webidl
+++ b/dom/webidl/HTMLLinkElement.webidl
@@ -13,7 +13,7 @@
// http://www.whatwg.org/specs/web-apps/current-work/#the-link-element
interface HTMLLinkElement : HTMLElement {
- [CEReactions, SetterThrows, Pure]
+ [SetterThrows, Pure]
attribute boolean disabled;
[SetterThrows, Pure]
attribute DOMString href;