Bug 1275856 - Remove now unused RecrodErrorEvent. r=jib,smaug

MozReview-Commit-ID: GK7L2U6sZSS

--HG--
extra : rebase_source : e906a6deca9167f30d3448dbae0460bfdd0235ce
This commit is contained in:
Bryce Van Dyk 2017-08-04 11:41:22 +12:00
Родитель a9924d1aba
Коммит d30ae6e711
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -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 = "";
};

Просмотреть файл

@ -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',