Removed incorrectly exposed webidl interfaces

This commit is contained in:
Mateusz 'Haggus' Mrowiec 2016-10-31 20:16:40 +01:00
parent ccefef5be4
commit ff8113efb6
4 changed files with 0 additions and 6 deletions

View file

@ -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;

View file

@ -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);

View file

@ -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;

View file

@ -53,11 +53,8 @@ test_interfaces([
"StyleSheetList",
"TextDecoder",
"TextEncoder",
"Touch",
"TouchList",
"URL",
"URLSearchParams",
"ValidityState",
"WebSocket",
"Worker",
"WorkerGlobalScope",