Fix bustage

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@200897 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cvshook%sicking.cc
2006-06-26 18:46:42 +00:00
parent 17c20ae29d
commit 3737fde1b5

View File

@@ -81,7 +81,7 @@ nsNoDataProtocolContentPolicy::ShouldLoad(PRUint32 aContentType,
return NS_OK;
}
nsIIOService* ios = nsContentUtils::GetIOService();
nsIIOService* ios = nsContentUtils::GetIOServiceWeakRef();
if (!ios) {
// default to accept, just in case
return NS_OK;