Bug 931267 - Convert deprecated octal literals in FileUtils.jsm. r=bbondy

This commit is contained in:
Robert Strong 2013-10-26 14:30:45 -07:00
parent e319efe70c
commit 52a0fd57e1

View File

@ -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.