mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Adapt MediaMetadata interface to new way of declaring constructors
This commit is contained in:
parent
0bbacdda0c
commit
b494acbf19
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ dictionary MediaImage {
|
|||
DOMString type = "";
|
||||
};
|
||||
|
||||
[Exposed=Window,
|
||||
Constructor(optional MediaMetadataInit init = {})]
|
||||
[Exposed=Window]
|
||||
interface MediaMetadata {
|
||||
[Throws] constructor(optional MediaMetadataInit init = {});
|
||||
attribute DOMString title;
|
||||
attribute DOMString artist;
|
||||
attribute DOMString album;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue