diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-17 14:15:53 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-17 14:15:53 +0200 |
commit | 6dd31012f0948af8334a730681421e0efb32cdf0 (patch) | |
tree | 00db7404e20971d7e1b5654f95f496aa1af60cbc /dom/base/nsISimpleContentPolicy.idl | |
parent | 3cf5a826006477aec57e428a216d317cec1c9ca0 (diff) | |
download | UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar.gz UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar.lz UXP-6dd31012f0948af8334a730681421e0efb32cdf0.tar.xz UXP-6dd31012f0948af8334a730681421e0efb32cdf0.zip |
Rewrite uuid for ContentPolicy
Diffstat (limited to 'dom/base/nsISimpleContentPolicy.idl')
-rw-r--r-- | dom/base/nsISimpleContentPolicy.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { /** |