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/nsISimpleContentPolicy.idl | |
parent | aebdb991f41d3cc864451ce1c09c7b7c691cbe76 (diff) | |
download | UXP-22f7e8f8a74ee5ff83a0b76c789d011bd54244b9.tar UXP-22f7e8f8a74ee5ff83a0b76c789d011bd54244b9.tar.gz UXP-22f7e8f8a74ee5ff83a0b76c789d011bd54244b9.tar.lz UXP-22f7e8f8a74ee5ff83a0b76c789d011bd54244b9.tar.xz UXP-22f7e8f8a74ee5ff83a0b76c789d011bd54244b9.zip |
nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, rewrite uuid
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 ad1e3d897..dc0474736 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(2215d135-df0d-445b-bb49-f11a4855f2a1)] +[scriptable,uuid(1553a476-8a14-410b-8ecc-47f48e937392)] interface nsISimpleContentPolicy : nsIContentPolicyBase { /** |