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

Unified Diff: modules/mediasession/HTMLMediaElementMediaSession.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/mediarecorder/MediaRecorderOptions.idl ('k') | modules/mediasession/MediaMetadata.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediasession/HTMLMediaElementMediaSession.idl
diff --git a/modules/mediasession/HTMLMediaElementMediaSession.idl b/modules/mediasession/HTMLMediaElementMediaSession.idl
index 14b2fe511fc20e501fc17470cfddfa5aecb345af..a32ece11a84fcad9634648429ee4c7f713c9da7d 100644
--- a/modules/mediasession/HTMLMediaElementMediaSession.idl
+++ b/modules/mediasession/HTMLMediaElementMediaSession.idl
@@ -5,8 +5,7 @@
// https://mediasession.spec.whatwg.org/#extensions-to-the-htmlmediaelement-interface
[
- TypeChecking=Interface,
RuntimeEnabled=MediaSession,
] partial interface HTMLMediaElement {
- attribute MediaSession? session;
+ [RaisesException=Setter] attribute MediaSession? session;
};
« no previous file with comments | « modules/mediarecorder/MediaRecorderOptions.idl ('k') | modules/mediasession/MediaMetadata.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698