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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user