partial-fix #12415: incorrect exposure of Window,Worker in webidl

* HTMLTemplateElement.webidl
* HTMLTextAreaElement.webidl
* HTMLTimeElement.webidl
* HTMLTitleElement.webidl
* HTMLTrackElement.webidl
* HTMLUnknownElement.webidl
* HTMLUListElement.webidl
* HTMLVideoElement.webidl
This commit is contained in:
Jean SIMARD 2016-07-20 18:54:55 -04:00
parent cdf225c26e
commit 2aed5b9781
No known key found for this signature in database
GPG key ID: 98BD56777D7767B4
9 changed files with 0 additions and 16 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/#htmltrackelement
[Exposed=(Window,Worker)]
interface HTMLTrackElement : HTMLElement {
// attribute DOMString kind;
// attribute DOMString src;