diff options
author | Moonchild <moonchild@palemoon.org> | 2020-08-30 12:04:46 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-30 12:04:46 +0000 |
commit | b28effe2ea93e43e362f7ce263d23b55adcb6da7 (patch) | |
tree | b04c82f9af4a0d288a6d4350d774ad8fe6dac903 | |
parent | afd6edd667715c222c3d5785f0556d74e90cb542 (diff) | |
download | UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar.gz UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar.lz UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.tar.xz UXP-b28effe2ea93e43e362f7ce263d23b55adcb6da7.zip |
Remove unsupported CE keyword from HTMLLinkElement.webidl
-rw-r--r-- | dom/webidl/HTMLLinkElement.webidl | 2 |
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; |