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/. */
// https://html.spec.whatwg.org/multipage/#validitystate
[Exposed=(Window,Worker)]
interface ValidityState {
readonly attribute boolean valueMissing;
readonly attribute boolean typeMismatch;