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 b96a8bab05f65987508cb22993a8c816c1c758de..23fe9bdc401cc1882a99d9943da9c608f537e8c1 100644 |
| --- a/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl |
| +++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl |
| @@ -5,6 +5,5 @@ |
| // https://w3c.github.io/mediacapture-record/MediaRecorder.html#blobeventinit |
| dictionary BlobEventInit : EventInit { |
| - // TODO(foolip): |data| should not be nullable. https://crbug.com/647693 |
| - required Blob? data; |
| + required Blob data; |
| }; |