Fixed bug 23629.

The build failed due to changes in nsIDocumentLoaderObserver interface.

Reviewed by sdv@sparc.spb.su


git-svn-id: svn://10.0.0.236/trunk@58485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nis%sparc.spb.su
2000-01-24 17:37:28 +00:00
parent a7dab9485a
commit b83f9d7a71
3 changed files with 6 additions and 12 deletions

View File

@@ -22,12 +22,10 @@ class nsJavaDOMImpl : public nsIJavaDOM {
NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader,
nsIChannel* channel,
nsresult aStatus,
nsIDocumentLoaderObserver* aObserver);
nsresult aStatus);
NS_IMETHOD OnStartURLLoad(nsIDocumentLoader* loader,
nsIChannel* channel,
nsIContentViewer* aViewer);
nsIChannel* channel);
NS_IMETHOD OnProgressURLLoad(nsIDocumentLoader* loader,
nsIChannel* channel,