commit aea0377358513b18c8a803392277743f8e998609
parent 55c9425d9a3c8b0ee0784f4227a3a37b132c43c3
Author: Yunju Lee <yunjulee@google.com>
Date: Mon, 22 Dec 2025 17:54:04 +0000
Bug 1987021 - Return AUTF8String from exposablePrePath and exposableSpec. r=bvandersloot
Differential Revision: https://phabricator.services.mozilla.com/D276104
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/caps/nsIPrincipal.idl b/caps/nsIPrincipal.idl
@@ -360,7 +360,7 @@ interface nsIPrincipal : nsISupports
*
* May be called from any thread.
*/
- readonly attribute ACString exposablePrePath;
+ readonly attribute AUTF8String exposablePrePath;
/**
* Returns the Spec of the Principals URI with
@@ -368,7 +368,7 @@ interface nsIPrincipal : nsISupports
*
* May be called from any thread.
*/
- readonly attribute ACString exposableSpec;
+ readonly attribute AUTF8String exposableSpec;
/**
* Return the scheme of the principals URI