| 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 6dbeb39556b47c32ad05e8ebf2cc8c00027c16cb..23fe9bdc401cc1882a99d9943da9c608f537e8c1 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// https://w3c.github.io/mediacapture-record/MediaRecorder.html#blobeventinit
|
| +
|
| dictionary BlobEventInit : EventInit {
|
| required Blob data;
|
| };
|
|
|