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

Unified Diff: third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.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/BlobEventInit.idl
diff --git a/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl b/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
index 5ffbe064200acf38d4ef7234795b837dc9848273..6dbeb39556b47c32ad05e8ebf2cc8c00027c16cb 100644
--- a/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
+++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
@@ -3,5 +3,5 @@
// found in the LICENSE file.
dictionary BlobEventInit : EventInit {
- Blob? blob = null;
+ required Blob data;
};

Powered by Google App Engine
This is Rietveld 408576698