diff --git a/dom/webidl/RecordErrorEvent.webidl b/dom/webidl/RecordErrorEvent.webidl deleted file mode 100644 index c7022dbbe2f4..000000000000 --- a/dom/webidl/RecordErrorEvent.webidl +++ /dev/null @@ -1,16 +0,0 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -[Constructor(DOMString type, optional RecordErrorEventInit eventInitDict)] -interface RecordErrorEvent : Event -{ - readonly attribute DOMString name; -}; - -dictionary RecordErrorEventInit : EventInit -{ - DOMString name = ""; -}; diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index e77948287156..c34fc00834c8 100644 --- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -1032,7 +1032,6 @@ WEBIDL_FILES += [ 'PopStateEvent.webidl', 'PopupBlockedEvent.webidl', 'ProgressEvent.webidl', - 'RecordErrorEvent.webidl', 'StyleRuleChangeEvent.webidl', 'StyleSheetApplicableStateChangeEvent.webidl', 'StyleSheetChangeEvent.webidl', @@ -1093,7 +1092,6 @@ GENERATED_EVENTS_WEBIDL_FILES = [ 'PresentationConnectionCloseEvent.webidl', 'ProgressEvent.webidl', 'PromiseRejectionEvent.webidl', - 'RecordErrorEvent.webidl', 'ScrollViewChangeEvent.webidl', 'StyleRuleChangeEvent.webidl', 'StyleSheetApplicableStateChangeEvent.webidl',