From dae4402340164ec8ae455d433d4134c17cefed01 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Sat, 8 Mar 2008 11:20:21 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20420081=20-=20"Case=20mismatch=20between?= =?UTF-8?q?=20nsIURI=20and=20nsIUri=20in=20nsIPrincipal.idl"=20[p=3Dmschro?= =?UTF-8?q?eder@mozilla.x-home.org=20(Martin=20Schr=C3=83=C2=B6der=20[msch?= =?UTF-8?q?roeder])=20r+sr=3Djst=20a1.9=3Dbeltzner]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@247381 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/caps/idl/nsIPrincipal.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/caps/idl/nsIPrincipal.idl b/mozilla/caps/idl/nsIPrincipal.idl index 40ca46640bf..9128230298d 100644 --- a/mozilla/caps/idl/nsIPrincipal.idl +++ b/mozilla/caps/idl/nsIPrincipal.idl @@ -224,7 +224,7 @@ interface nsIPrincipal : nsISerializable * if the load is not allowed. * @throws NS_ERROR_DOM_BAD_URI if the load is not allowed. */ - [noscript] void checkMayLoad(in nsIUri uri, in boolean report); + [noscript] void checkMayLoad(in nsIURI uri, in boolean report); /** * The subject name for the certificate. This actually identifies the