From 6dd31012f0948af8334a730681421e0efb32cdf0 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 17 Jun 2018 14:15:53 +0200 Subject: Rewrite uuid for ContentPolicy --- dom/base/nsISimpleContentPolicy.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/base/nsISimpleContentPolicy.idl') 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 { /** -- cgit v1.2.3 From 22f7e8f8a74ee5ff83a0b76c789d011bd54244b9 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Mon, 18 Jun 2018 00:52:04 +0200 Subject: nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, rewrite uuid --- dom/base/nsISimpleContentPolicy.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/base/nsISimpleContentPolicy.idl') 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 { /** -- cgit v1.2.3