Bug 593026. Make it possible to get the system principal from script. r=jst a=jst

This commit is contained in:
Boris Zbarsky 2010-09-07 15:10:41 -04:00
parent c2f369a13d
commit 7e4b4c8184

View File

@ -184,7 +184,7 @@ interface nsIScriptSecurityManager : nsIXPCSecurityManager
/** /**
* Return the all-powerful system principal. * Return the all-powerful system principal.
*/ */
[noscript] nsIPrincipal getSystemPrincipal(); nsIPrincipal getSystemPrincipal();
/** /**
* Return a principal with the specified certificate fingerprint, subject * Return a principal with the specified certificate fingerprint, subject