diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-18 00:52:04 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-18 00:52:04 +0200 |
commit | 22f7e8f8a74ee5ff83a0b76c789d011bd54244b9 (patch) | |
tree | 7ee7b3a7be312b582625683cd95c92e1ecce8829 /dom/base/nsIContentPolicy.idl | |
parent | aebdb991f41d3cc864451ce1c09c7b7c691cbe76 (diff) | |
download | uxp-22f7e8f8a74ee5ff83a0b76c789d011bd54244b9.tar.gz |
nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, rewrite uuid
Diffstat (limited to 'dom/base/nsIContentPolicy.idl')
-rw-r--r-- | dom/base/nsIContentPolicy.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/nsIContentPolicy.idl b/dom/base/nsIContentPolicy.idl index efb0a30a32..200b97fbc1 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(d472863b-adb2-4448-aa8f-6c33c0c4c633)] +[scriptable,uuid(64a5ae16-6836-475c-9938-4b6cc1eee8fb)] interface nsIContentPolicy : nsIContentPolicyBase { /** |