Bug 1275856 - Remove now unused RecrodErrorEvent. r?jib,smaug draft
authorBryce Van Dyk <bvandyk@mozilla.com>
Fri, 04 Aug 2017 11:41:22 +1200
changeset 643703 6beeb455c3abebb2fda04a6a6ee73de9d1c02e15
parent 643702 ef203841e683c02b798f2f1741aebb1267c0d5a8
child 643704 6f58da3c2657b96bcc8f1e17fd5f9948f1fb46e3
child 645245 6080867675c7bb3a58cfec0e8a7b63b5d0737390
push id73193
push userbvandyk@mozilla.com
push dateThu, 10 Aug 2017 02:35:51 +0000
reviewersjib, smaug
bugs1275856
milestone57.0a1
Bug 1275856 - Remove now unused RecrodErrorEvent. r?jib,smaug MozReview-Commit-ID: GK7L2U6sZSS
dom/webidl/RecordErrorEvent.webidl
dom/webidl/moz.build
deleted file mode 100644
--- 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 = "";
-};
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -1027,17 +1027,16 @@ WEBIDL_FILES += [
     'CloseEvent.webidl',
     'CustomEvent.webidl',
     'DeviceOrientationEvent.webidl',
     'HashChangeEvent.webidl',
     'PageTransitionEvent.webidl',
     'PopStateEvent.webidl',
     'PopupBlockedEvent.webidl',
     'ProgressEvent.webidl',
-    'RecordErrorEvent.webidl',
     'StyleRuleChangeEvent.webidl',
     'StyleSheetApplicableStateChangeEvent.webidl',
     'StyleSheetChangeEvent.webidl',
 ]
 
 # We only expose our prefable test interfaces in debug builds, just to be on
 # the safe side.
 if CONFIG['MOZ_DEBUG']:
@@ -1088,17 +1087,16 @@ GENERATED_EVENTS_WEBIDL_FILES = [
     'PerformanceEntryEvent.webidl',
     'PluginCrashedEvent.webidl',
     'PopStateEvent.webidl',
     'PopupBlockedEvent.webidl',
     'PresentationConnectionAvailableEvent.webidl',
     'PresentationConnectionCloseEvent.webidl',
     'ProgressEvent.webidl',
     'PromiseRejectionEvent.webidl',
-    'RecordErrorEvent.webidl',
     'ScrollViewChangeEvent.webidl',
     'StyleRuleChangeEvent.webidl',
     'StyleSheetApplicableStateChangeEvent.webidl',
     'StyleSheetChangeEvent.webidl',
     'TCPServerSocketEvent.webidl',
     'TCPSocketErrorEvent.webidl',
     'TCPSocketEvent.webidl',
     'TrackEvent.webidl',