Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst

This commit is contained in:
bzbarsky@mit.edu
2005-02-08 21:30:47 +00:00
parent 944fd5248a
commit 2bfc44e7e3
3 changed files with 10 additions and 4 deletions

View File

@@ -85,7 +85,7 @@
NS_IMPL_ISUPPORTS1(nsFrameLoader, nsIFrameLoader)
nsresult
NS_IMETHODIMP
nsFrameLoader::LoadFrame()
{
NS_ENSURE_TRUE(mOwnerContent, NS_ERROR_NOT_INITIALIZED);
@@ -260,7 +260,7 @@ nsFrameLoader::LoadFrame()
return rv;
}
nsresult
NS_IMETHODIMP
nsFrameLoader::GetDocShell(nsIDocShell **aDocShell)
{
*aDocShell = nsnull;