mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Removed incorrectly exposed webidl interfaces
I removed exposure in Window and Worker to some interfaces that was not specified in the specification.
This commit is contained in:
parent
0b697c1080
commit
d764eef5a2
12 changed files with 1 additions and 22 deletions
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlobjectelement
|
||||
[Exposed=(Window,Worker)]
|
||||
interface HTMLObjectElement : HTMLElement {
|
||||
// attribute DOMString data;
|
||||
attribute DOMString type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue