Index: third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl |
diff --git a/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl b/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl |
index 53e6e86558133e48e29317aaf1895881f257be9d..06517dd84acd615a1e77e6f065f2c98421702b96 100644 |
--- a/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl |
+++ b/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl |
@@ -5,10 +5,12 @@ |
// https://mediasession.spec.whatwg.org/#the-mediametadata-interface |
[ |
+ ConstructorCallWith=ExecutionContext, |
Constructor(MediaMetadataInit metadata), |
RuntimeEnabled=MediaSession, |
] interface MediaMetadata { |
readonly attribute DOMString title; |
readonly attribute DOMString artist; |
readonly attribute DOMString album; |
+ readonly attribute FrozenArray<MediaArtwork> artwork; |
}; |