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..c4f5443c33fa7bc256394db684f0e9d72d732549 100644 |
--- a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl |
+++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl |
@@ -7,7 +7,7 @@ |
[ |
// 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 eventInit), |
RuntimeEnabled=MediaRecorder |
] |
interface BlobEvent : Event { |