Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user