From 4d3b2121cbfabe09c805050b52052c98f3522e60 Mon Sep 17 00:00:00 2001 From: Masatoshi Kimura Date: Mon, 31 Jan 2022 19:43:37 +0000 Subject: [PATCH] Bug 1752683 - Make nsILocalFileWin.canonicalPath [noscript]. r=xpcom-reviewers,mccr8 No JS callers use this attribute anymore. Differential Revision: https://phabricator.services.mozilla.com/D137380 --- xpcom/io/nsILocalFileWin.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/io/nsILocalFileWin.idl b/xpcom/io/nsILocalFileWin.idl index c821044f6620..25d993c0bb8f 100644 --- a/xpcom/io/nsILocalFileWin.idl +++ b/xpcom/io/nsILocalFileWin.idl @@ -45,7 +45,7 @@ interface nsILocalFileWin : nsIFile * it will typically be the short pathname on filesystems that * support both short and long path forms. */ - readonly attribute AString canonicalPath; + [noscript] readonly attribute AString canonicalPath; [noscript] readonly attribute ACString nativeCanonicalPath; /**