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
Родитель 9878ae061e
Коммит 751da7c177
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 = "";
};

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

@ -1031,7 +1031,6 @@ WEBIDL_FILES += [
'PopStateEvent.webidl', 'PopStateEvent.webidl',
'PopupBlockedEvent.webidl', 'PopupBlockedEvent.webidl',
'ProgressEvent.webidl', 'ProgressEvent.webidl',
'RecordErrorEvent.webidl',
'StyleRuleChangeEvent.webidl', 'StyleRuleChangeEvent.webidl',
'StyleSheetApplicableStateChangeEvent.webidl', 'StyleSheetApplicableStateChangeEvent.webidl',
'StyleSheetChangeEvent.webidl', 'StyleSheetChangeEvent.webidl',
@ -1092,7 +1091,6 @@ GENERATED_EVENTS_WEBIDL_FILES = [
'PresentationConnectionCloseEvent.webidl', 'PresentationConnectionCloseEvent.webidl',
'ProgressEvent.webidl', 'ProgressEvent.webidl',
'PromiseRejectionEvent.webidl', 'PromiseRejectionEvent.webidl',
'RecordErrorEvent.webidl',
'ScrollViewChangeEvent.webidl', 'ScrollViewChangeEvent.webidl',
'StyleRuleChangeEvent.webidl', 'StyleRuleChangeEvent.webidl',
'StyleSheetApplicableStateChangeEvent.webidl', 'StyleSheetApplicableStateChangeEvent.webidl',