| 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 {
|
|
|