From 7a44de9e4e2d726df74aa04ab6d26276a65a8301 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Mon, 14 Jun 1999 22:11:22 +0000 Subject: [PATCH] OnEndDocumentLoad() now has a handle to the caller in the argument list. Need it for session History git-svn-id: svn://10.0.0.236/trunk@35218 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIDocumentLoaderObserver.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webshell/public/nsIDocumentLoaderObserver.h b/mozilla/webshell/public/nsIDocumentLoaderObserver.h index f0f52d8723f..18f09e4290b 100644 --- a/mozilla/webshell/public/nsIDocumentLoaderObserver.h +++ b/mozilla/webshell/public/nsIDocumentLoaderObserver.h @@ -50,7 +50,8 @@ public: /** * Notify the observer that a document has been completely loaded. */ - NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader, nsIURL *aUrl, PRInt32 aStatus) = 0; + NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader, nsIURL *aUrl, PRInt32 aStatus, + nsIDocumentLoaderObserver * aObserver) = 0; /** * Notify the observer that the specified nsIURL has just started to load.