diff options
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r-- | components/script/dom/webidls/Touch.webidl | 1 | ||||
-rw-r--r-- | components/script/dom/webidls/TouchList.webidl | 1 | ||||
-rw-r--r-- | components/script/dom/webidls/ValidityState.webidl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/components/script/dom/webidls/Touch.webidl b/components/script/dom/webidls/Touch.webidl index 8296ec6e336..d2a8e0373fa 100644 --- a/components/script/dom/webidls/Touch.webidl +++ b/components/script/dom/webidls/Touch.webidl @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // http://w3c.github.io/touch-events/#idl-def-Touch -[Exposed=(Window,Worker)] interface Touch { readonly attribute long identifier; readonly attribute EventTarget target; diff --git a/components/script/dom/webidls/TouchList.webidl b/components/script/dom/webidls/TouchList.webidl index 0fd088b1f22..c9229b69245 100644 --- a/components/script/dom/webidls/TouchList.webidl +++ b/components/script/dom/webidls/TouchList.webidl @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // http://w3c.github.io/touch-events/#idl-def-TouchList -[Exposed=(Window,Worker)] interface TouchList { readonly attribute unsigned long length; getter Touch? item (unsigned long index); diff --git a/components/script/dom/webidls/ValidityState.webidl b/components/script/dom/webidls/ValidityState.webidl index 0ed5adb89f8..e959e972a7f 100644 --- a/components/script/dom/webidls/ValidityState.webidl +++ b/components/script/dom/webidls/ValidityState.webidl @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#validitystate -[Exposed=(Window,Worker)] interface ValidityState { readonly attribute boolean valueMissing; readonly attribute boolean typeMismatch; |