зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1432415 - Remove unused SettingChangeNotification.webidl. r=bz
MozReview-Commit-ID: Eg6AmzwaVVF --HG-- extra : rebase_source : cf77de519606b31730fcd9517aeb71419dbd31f5
This commit is contained in:
Родитель
52325a21da
Коммит
269c71b15e
|
@ -1,12 +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/.
|
||||
*/
|
||||
|
||||
// Used internally by Gecko
|
||||
dictionary SettingChangeNotification {
|
||||
DOMString key = "";
|
||||
any value;
|
||||
boolean isInternalChange = false;
|
||||
};
|
|
@ -265,9 +265,6 @@ with Files("SVG*"):
|
|||
with Files("ScriptProcessorNode.webidl"):
|
||||
BUG_COMPONENT = ("Core", "Web Audio")
|
||||
|
||||
# TODO: SettingChangeNotification
|
||||
# are FirefoxOS::*, leaving as Core::DOM
|
||||
|
||||
with Files("Selection.webidl"):
|
||||
BUG_COMPONENT = ("Core", "Selection")
|
||||
|
||||
|
@ -766,7 +763,6 @@ WEBIDL_FILES = [
|
|||
'ServiceWorkerContainer.webidl',
|
||||
'ServiceWorkerGlobalScope.webidl',
|
||||
'ServiceWorkerRegistration.webidl',
|
||||
'SettingChangeNotification.webidl',
|
||||
'ShadowRoot.webidl',
|
||||
'SharedWorker.webidl',
|
||||
'SharedWorkerGlobalScope.webidl',
|
||||
|
|
Загрузка…
Ссылка в новой задаче