Bug 816380 followup. Remove unnecessary code.

This commit is contained in:
Boris Zbarsky 2012-12-19 22:51:29 -08:00
Родитель 822a37e761
Коммит c49e1837f0
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -810,7 +810,6 @@ addExternalIface('HitRegionOptions', nativeType='nsISupports')
addExternalIface('LockedFile')
addExternalIface('MediaStream')
addExternalIface('NamedNodeMap')
addExternalIface('nsISupports', nativeType='nsISupports')
addExternalIface('OutputStream', nativeType='nsIOutputStream',
notflattened=True)
addExternalIface('PaintRequest')

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

@ -4,7 +4,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*/
interface nsISupports;
interface XPathExpression;
interface XPathNSResolver;
interface XPathResult;