Bug 1114841 - Part 1: Remove DOMMMIError (WebIDL). r=hsinyi

--HG--
extra : histedit_source : 4f17fab89bef33c82b2d3a2fba1ac3f098094e47
This commit is contained in:
Ben Hsu 2015-01-07 02:27:00 -05:00
Родитель e4e2e588b0
Коммит bf5bb31a18
2 изменённых файлов: 0 добавлений и 15 удалений

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

@ -1,14 +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/.
*/
[Pref="dom.mobileconnection.enabled"]
interface DOMMMIError : DOMError {
[Constant]
readonly attribute DOMString serviceCode;
[Constant]
readonly attribute short? additionalInformation;
};

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

@ -106,7 +106,6 @@ WEBIDL_FILES = [
'DOMException.webidl',
'DOMImplementation.webidl',
'DOMMatrix.webidl',
'DOMMMIError.webidl',
'DOMMobileMessageError.webidl',
'DOMParser.webidl',
'DOMPoint.webidl',