Interface cleanup. Not part of the build.

This commit is contained in:
jst%netscape.com 2001-02-10 05:03:46 +00:00
Родитель e3963cac86
Коммит 48bdd5352b
2 изменённых файлов: 1 добавлений и 6 удалений

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

@ -22,6 +22,7 @@
#include "domstubs.idl" #include "domstubs.idl"
interface nsIBoxObject; interface nsIBoxObject;
interface nsIDOMLocation;
[scriptable, uuid(a6cf90cd-15b3-11d2-932e-00805f8add32)] [scriptable, uuid(a6cf90cd-15b3-11d2-932e-00805f8add32)]
@ -32,9 +33,6 @@ interface nsIDOMNSDocument : nsISupports
readonly attribute nsIDOMLocation location; readonly attribute nsIDOMLocation location;
readonly attribute
nsIDOMRange createRange();
void load(in DOMString url); void load(in DOMString url);
nsIBoxObject getBoxObjectFor(in nsIDOMElement elt); nsIBoxObject getBoxObjectFor(in nsIDOMElement elt);

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

@ -21,9 +21,6 @@
#include "domstubs.idl" #include "domstubs.idl"
interface nsIDOMLocation;
[scriptable, uuid(a6cf90c5-15b3-11d2-932e-00805f8add32)] [scriptable, uuid(a6cf90c5-15b3-11d2-932e-00805f8add32)]
interface nsIDOMNSHTMLDocument : nsISupports interface nsIDOMNSHTMLDocument : nsISupports
{ {