bug 906209 - remove some spurious idl forward-declarations r=jlebar

This commit is contained in:
David Keeler 2013-08-16 14:58:45 -07:00
Родитель eaaf70938d
Коммит 4aa9c2a48c
4 изменённых файлов: 0 добавлений и 7 удалений

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

@ -6,10 +6,8 @@
#include "domstubs.idl"
interface nsIDOMNodeIterator;
interface nsIDOMNodeFilter;
[scriptable, uuid(a86bdac9-ff89-4c94-8160-4fe86733bab8)]
// Introduced in DOM Level 2, updated to DOM Level 4:
interface nsIDOMNodeIterator : nsISupports

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

@ -6,10 +6,8 @@
#include "domstubs.idl"
interface nsIDOMTreeWalker;
interface nsIDOMNodeFilter;
[scriptable, uuid(c4ffa159-237c-4dde-b0ba-20b9f9270cf6)]
// Introduced in DOM Level 2:
interface nsIDOMTreeWalker : nsISupports {

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

@ -6,7 +6,6 @@
#include "nsISupports.idl"
interface nsIFile;
interface nsIToolkitProfile;
interface nsIProfileUnlocker;
/**

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

@ -6,8 +6,6 @@
#include "nsISupports.idl"
interface nsILineInputStream;
[scriptable, uuid(c97b466c-1e6e-4773-a4ab-2b2b3190a7a6)]
interface nsILineInputStream : nsISupports
{