mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 931267 - Convert deprecated octal literals in FileUtils.jsm. r=bbondy
This commit is contained in:
parent
e319efe70c
commit
52a0fd57e1
@ -23,8 +23,8 @@ this.FileUtils = {
|
||||
MODE_APPEND : 0x10,
|
||||
MODE_TRUNCATE : 0x20,
|
||||
|
||||
PERMS_FILE : 0644,
|
||||
PERMS_DIRECTORY : 0755,
|
||||
PERMS_FILE : 0o644,
|
||||
PERMS_DIRECTORY : 0o755,
|
||||
|
||||
/**
|
||||
* Gets a file at the specified hierarchy under a nsIDirectoryService key.
|
||||
|
Loading…
Reference in New Issue
Block a user