Fixing FireFox bustage.

git-svn-id: svn://10.0.0.236/trunk@152664 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com 2004-02-11 08:43:32 +00:00
parent 249fbf859b
commit 172d5470ff
2 changed files with 7 additions and 0 deletions

View File

@ -1253,6 +1253,12 @@ nsPasswordManager::Load(nsIDOMEvent* aEvent)
return NS_OK;
}
NS_IMETHODIMP
nsPasswordManager::BeforeUnload(nsIDOMEvent* aEvent)
{
return NS_OK;
}
/* static */ PLDHashOperator PR_CALLBACK
nsPasswordManager::RemoveForDOMDocumentEnumerator(nsISupports* aKey,
PRInt32& aEntry,

View File

@ -132,6 +132,7 @@ public:
// nsIDOMLoadListener
NS_IMETHOD Load(nsIDOMEvent* aEvent);
NS_IMETHOD BeforeUnload(nsIDOMEvent* aEvent);
NS_IMETHOD Unload(nsIDOMEvent* aEvent);
NS_IMETHOD Abort(nsIDOMEvent* aEvent);
NS_IMETHOD Error(nsIDOMEvent* aEvent);