summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-06-17 14:15:53 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-06-17 14:15:53 +0200
commit6dd31012f0948af8334a730681421e0efb32cdf0 (patch)
tree00db7404e20971d7e1b5654f95f496aa1af60cbc
parent3cf5a826006477aec57e428a216d317cec1c9ca0 (diff)
downloadUXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar
UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar.gz
UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar.lz
UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar.xz
UXP-6dd31012f0948af8334a730681421e0efb32cdf0.zip
Rewrite uuid for ContentPolicy
-rw-r--r--dom/base/nsIContentPolicy.idl2
-rw-r--r--dom/base/nsIContentPolicyBase.idl2
-rw-r--r--dom/base/nsISimpleContentPolicy.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/dom/base/nsIContentPolicy.idl b/dom/base/nsIContentPolicy.idl
index a73565a9a..efb0a30a3 100644
--- a/dom/base/nsIContentPolicy.idl
+++ b/dom/base/nsIContentPolicy.idl
@@ -20,7 +20,7 @@ interface nsIPrincipal;
* by launching a dialog to prompt the user for something).
*/
-[scriptable,uuid(caad4f1f-d047-46ac-ae9d-dc598e4fb91b)]
+[scriptable,uuid(d472863b-adb2-4448-aa8f-6c33c0c4c633)]
interface nsIContentPolicy : nsIContentPolicyBase
{
/**
diff --git a/dom/base/nsIContentPolicyBase.idl b/dom/base/nsIContentPolicyBase.idl
index 0520ebacc..01c1d803c 100644
--- a/dom/base/nsIContentPolicyBase.idl
+++ b/dom/base/nsIContentPolicyBase.idl
@@ -24,7 +24,7 @@ typedef unsigned long nsContentPolicyType;
* by launching a dialog to prompt the user for something).
*/
-[scriptable,uuid(17418187-d86f-48dd-92d1-238838df0a4e)]
+[scriptable,uuid(e8046cd0-3b32-4065-ad78-4099a9bb2e35)]
interface nsIContentPolicyBase : nsISupports
{
/**
diff --git a/dom/base/nsISimpleContentPolicy.idl b/dom/base/nsISimpleContentPolicy.idl
index 493aee1a5..ad1e3d897 100644
--- a/dom/base/nsISimpleContentPolicy.idl
+++ b/dom/base/nsISimpleContentPolicy.idl
@@ -28,7 +28,7 @@ interface nsIDOMElement;
* by launching a dialog to prompt the user for something).
*/
-[scriptable,uuid(b9df71e3-a9b3-4706-b2d5-e6c0d3d68ec7)]
+[scriptable,uuid(2215d135-df0d-445b-bb49-f11a4855f2a1)]
interface nsISimpleContentPolicy : nsIContentPolicyBase
{
/**