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 06517dd84acd615a1e77e6f065f2c98421702b96..c59f1118c190c732f7fe099ede602f00827dec0f 100644 |
--- a/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl |
+++ b/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://mediasession.spec.whatwg.org/#the-mediametadata-interface |
+// https://wicg.github.io/mediasession/#the-mediametadata-interface |
[ |
ConstructorCallWith=ExecutionContext, |
@@ -12,5 +12,5 @@ |
readonly attribute DOMString title; |
readonly attribute DOMString artist; |
readonly attribute DOMString album; |
- readonly attribute FrozenArray<MediaArtwork> artwork; |
+ readonly attribute FrozenArray<MediaImage> artwork; |
}; |