Bug 1005225: Follow up, changed uuid in the wrong idl (r=ckerschb)

This commit is contained in:
Christoph Kerschbaumer 2014-07-15 13:59:59 -07:00
parent 3dd46cba68
commit 7baffd6361
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ typedef unsigned long nsContentPolicyType;
* by launching a dialog to prompt the user for something).
*/
[scriptable,uuid(3e923bf6-a974-4f3b-91c4-b4fd48b37732)]
[scriptable,uuid(b6a71698-c117-441d-86b9-480cf06e3952)]
interface nsIContentPolicy : nsISupports
{
/**

View File

@ -17,7 +17,7 @@ interface nsIPrincipal;
* one of these per document/principal.
*/
[scriptable, uuid(15c409c5-ebf8-457c-a8dd-5b169ca0b218)]
[scriptable, uuid(3e923bf6-a974-4f3b-91c4-b4fd48b37732)]
interface nsIContentSecurityPolicy : nsISerializable
{