api synch with uri loader --> use nsURILoaderCommand

r=travis


git-svn-id: svn://10.0.0.236/trunk@55045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-12-02 07:01:11 +00:00
parent 5b95d440f1
commit 36a060eb5a
2 changed files with 5 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ NS_IMETHODIMP nsDocShell::LoadURIVia(nsIURI* aUri,
NS_ENSURE_SUCCESS(EnsureContentListener(), NS_ERROR_FAILURE);
mContentListener->SetPresContext(aPresContext);
NS_ENSURE_SUCCESS(uriLoader->OpenURIVia(aUri, nsnull,
NS_ENSURE_SUCCESS(uriLoader->OpenURIVia(aUri, nsIURILoader::viewNormal, nsnull,
NS_STATIC_CAST(nsIDocShell*, this), nsnull, mLoadCookie,
getter_AddRefs(mLoadCookie), aAdapterBinding), NS_ERROR_FAILURE);