| Index: chrome/common/extensions/api/media_galleries.idl
|
| diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl
|
| index d0a979b092c5229e5fda136f5b70c1a41ff36c00..02d21d1d741f931891c98fb61720722e4a397f66 100644
|
| --- a/chrome/common/extensions/api/media_galleries.idl
|
| +++ b/chrome/common/extensions/api/media_galleries.idl
|
| @@ -168,7 +168,7 @@ namespace mediaGalleries {
|
|
|
| // The images embedded in the media file's metadata. This is most often
|
| // used for album art or video thumbnails.
|
| - [instanceof=Blob] object[] attachedImages;
|
| + [instanceOf=Blob] object[] attachedImages;
|
| };
|
|
|
| callback MediaMetadataCallback = void (MediaMetadata metadata);
|
|
|