Chromium Code Reviews| 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; |
| }; |