| Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorderErrorEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderErrorEvent.idl b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderErrorEvent.idl
|
| deleted file mode 100644
|
| index f1cde7ca5e5b699fe2066a0ba5a52cc42e67fc95..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderErrorEvent.idl
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// 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#MediaRecorderErrorEvent
|
| -// https://w3c.github.io/mediacapture-record/MediaRecorder.html#idl-def-RecordingErrorNameEnum
|
| -
|
| -// TODO(mcasas): Remove completely MediaRecorderErrorEvent.* and use generic DOMException instead, see https://github.com/w3c/mediacapture-record/issues/14.
|
| -enum RecordingErrorNameEnum {
|
| - "InvalidState",
|
| - "OutOfMemory",
|
| - "IllegalStreamModification",
|
| - "SecurityError",
|
| - "OtherRecordingError"
|
| -};
|
| -
|
| -// TODO(mcasas): This object should not be a NoInterfaceObject, https://github.com/w3c/mediacapture-record/issues/15.
|
| -[
|
| - NoInterfaceObject
|
| -] interface MediaRecorderErrorEvent : Event {
|
| - readonly attribute RecordingErrorNameEnum name;
|
| - readonly attribute DOMString? message;
|
| -};
|
|
|