| Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
|
| index 8b7e4de4808eeb96f999db6c3e8da188d086ac9f..0cc9563e329dd3ca06bddc37c4c39063353125af 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
|
| @@ -23,7 +23,6 @@ enum RecordingState { "inactive", "recording", "paused" };
|
| attribute EventHandler onpause;
|
| attribute EventHandler onresume;
|
| attribute EventHandler onerror;
|
| - attribute boolean ignoreMutedMedia;
|
| readonly attribute unsigned long videoBitsPerSecond;
|
| readonly attribute unsigned long audioBitsPerSecond;
|
|
|
|
|