mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Partial fix for #12415: expose interfaces only where necessary
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlaudioelement
|
||||
//[NamedConstructor=Audio(optional DOMString src)]
|
||||
[Exposed=(Window,Worker)]
|
||||
interface HTMLAudioElement : HTMLMediaElement {};
|
||||
|
||||
Reference in New Issue
Block a user