зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1275856 - Remove now unused RecrodErrorEvent. r=jib,smaug
MozReview-Commit-ID: GK7L2U6sZSS --HG-- extra : rebase_source : e906a6deca9167f30d3448dbae0460bfdd0235ce
This commit is contained in:
Родитель
9878ae061e
Коммит
751da7c177
|
@ -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',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче