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
This commit is contained in:
Masatoshi Kimura 2022-01-31 19:43:37 +00:00
Родитель 66e773f594
Коммит 4d3b2121cb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
/**