mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
bug 906209 - remove some spurious idl forward-declarations r=jlebar
This commit is contained in:
parent
eaaf70938d
commit
4aa9c2a48c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user