bug 205538 - Use hyphens instead of underscores in caps prefs for CID's. r=adamlock, sr=alecf, a=asa
git-svn-id: svn://10.0.0.236/trunk@142650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2421,7 +2421,6 @@ nsScriptSecurityManager::CheckComponentPermissions(JSContext *cx,
|
||||
cidTemp.Adopt(aCID.ToString());
|
||||
nsCAutoString cid(NS_LITERAL_CSTRING("CID") +
|
||||
Substring(cidTemp, 1, cidTemp.Length() - 2));
|
||||
cid.ReplaceChar('-','_');
|
||||
ToUpperCase(cid);
|
||||
|
||||
#ifdef DEBUG_mstoltz
|
||||
|
||||
Reference in New Issue
Block a user