Skip to content

Commit

Permalink
Bug 1752683 - Make nsILocalFileWin.canonicalPath [noscript]. r=xpcom-…
Browse files Browse the repository at this point in the history
…reviewers,mccr8

No JS callers use this attribute anymore.

Differential Revision: https://phabricator.services.mozilla.com/D137380
  • Loading branch information
vyv03354 committed Jan 31, 2022
1 parent b5ee5d9 commit 48ec493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpcom/io/nsILocalFileWin.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 48ec493

Please sign in to comment.