Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl

Issue 2614463002: Media Session: MediaMetadata constructor may have 0 parameters. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/media/mediasession/mediasessionmetadata.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 996a9b4580387185bfbb24ac62f95297f13717c4..0955ea47836becaf4cdaafde80d894df11b609fb 100644
--- a/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl
+++ b/third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl
@@ -6,7 +6,7 @@
[
ConstructorCallWith=ExecutionContext,
- Constructor(MediaMetadataInit metadata),
+ Constructor(optional MediaMetadataInit metadata),
RuntimeEnabled=MediaSession,
] interface MediaMetadata {
attribute DOMString title;
« no previous file with comments | « third_party/WebKit/LayoutTests/media/mediasession/mediasessionmetadata.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698