Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.

git-svn-id: svn://10.0.0.236/trunk@179982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org
2005-09-11 10:08:43 +00:00
parent 8f39da2e1d
commit b64b04886f
45 changed files with 151 additions and 198 deletions

View File

@@ -611,7 +611,7 @@ nsImageLoadingContent::StringToURI(const nsAString& aSpec,
aSpec,
charset.IsEmpty() ? nsnull : PromiseFlatCString(charset).get(),
baseURL,
nsContentUtils::GetIOServiceWeakRef());
nsContentUtils::GetIOService());
}