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

Unified Diff: third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl

Issue 1497883002: MediaRecorder: update to spec (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: peter@s comments: add tests for BlobEvent ctor and reordered MediaRecorder.idl to match spec Created 5 years 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
Index: third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
diff --git a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
index 08edd284e8975ac5893e7c89765190c587b2c795..5d46d5703a02d408f47e6fc151cdc21d51355232 100644
--- a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
+++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
@@ -5,9 +5,7 @@
// https://w3c.github.io/mediacapture-record/MediaRecorder.html#blob-event
[
- // This constructor is yet to be added to the specification, see:
- // https://github.com/w3c/mediacapture-record/issues/11
- Constructor(DOMString type, optional BlobEventInit eventInit),
+ Constructor(DOMString type, BlobEventInit eventInitDict),
RuntimeEnabled=MediaRecorder
]
interface BlobEvent : Event {

Powered by Google App Engine
This is Rietveld 408576698