Closed
Bug 738589
Opened 13 years ago
Closed 13 years ago
JavaScript strict warning in viewSourceUtils.js
Categories
(Toolkit :: View Source, defect)
Toolkit
View Source
Tracking
()
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: helpwanted)
Attachments
(1 file)
1.44 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Warning: octal literals and octal escape sequences are deprecated
Source File: chrome://global/content/viewSourceUtils.js
Line: 251, Column: 55
Source Code:
>foStream.init(this.file, 0x02 | 0x08 | 0x20, 0664, 0); // write | create | truncate
> ^
Does anyone have any objection to changing this to -1?
Comment 2•13 years ago
|
||
(In reply to neil@parkwaycc.co.uk from comment #0)
> Does anyone have any objection to changing this to -1?
do it!
Assignee | ||
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Attachment #610505 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Pushed changeset ba43d5d6a6c3 to mozilla-central.
You need to log in
before you can comment on or make changes to this bug.
Description
•