mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01: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 = "";
|
DOMString type = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
[Exposed=Window,
|
[Exposed=Window]
|
||||||
Constructor(optional MediaMetadataInit init = {})]
|
|
||||||
interface MediaMetadata {
|
interface MediaMetadata {
|
||||||
|
[Throws] constructor(optional MediaMetadataInit init = {});
|
||||||
attribute DOMString title;
|
attribute DOMString title;
|
||||||
attribute DOMString artist;
|
attribute DOMString artist;
|
||||||
attribute DOMString album;
|
attribute DOMString album;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue