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

This commit is contained in:
peterv@propagandism.org
2005-09-11 10:08:43 +00:00
parent e7790e5d6d
commit 9d1684be63
45 changed files with 151 additions and 198 deletions

View File

@@ -122,7 +122,7 @@ nsFrameLoader::LoadFrame()
NS_ENSURE_TRUE(loadInfo, NS_ERROR_FAILURE);
// Check for security
nsIScriptSecurityManager *secMan = nsContentUtils::GetSecurityManager();
nsIScriptSecurityManager *secMan = nsContentUtils::SecurityManager();
// Get referring URL
nsCOMPtr<nsIURI> referrer;