From 751da7c1772b80608992653a9c6f58216e5e936b Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Fri, 4 Aug 2017 11:41:22 +1200 Subject: [PATCH] Bug 1275856 - Remove now unused RecrodErrorEvent. r=jib,smaug MozReview-Commit-ID: GK7L2U6sZSS --HG-- extra : rebase_source : e906a6deca9167f30d3448dbae0460bfdd0235ce --- dom/webidl/RecordErrorEvent.webidl | 16 ---------------- dom/webidl/moz.build | 2 -- 2 files changed, 18 deletions(-) delete mode 100644 dom/webidl/RecordErrorEvent.webidl 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 7c7711667cca..bc8e93cc8147 100644 --- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -1031,7 +1031,6 @@ WEBIDL_FILES += [ 'PopStateEvent.webidl', 'PopupBlockedEvent.webidl', 'ProgressEvent.webidl', - 'RecordErrorEvent.webidl', 'StyleRuleChangeEvent.webidl', 'StyleSheetApplicableStateChangeEvent.webidl', 'StyleSheetChangeEvent.webidl', @@ -1092,7 +1091,6 @@ GENERATED_EVENTS_WEBIDL_FILES = [ 'PresentationConnectionCloseEvent.webidl', 'ProgressEvent.webidl', 'PromiseRejectionEvent.webidl', - 'RecordErrorEvent.webidl', 'ScrollViewChangeEvent.webidl', 'StyleRuleChangeEvent.webidl', 'StyleSheetApplicableStateChangeEvent.webidl',