Closed
Bug 100509
Opened 23 years ago
Closed 23 years ago
JS strict warning (redeclaration of var gPrefs) in viewsource.js
Categories
(Core Graveyard :: Viewer App, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: stephend, Assigned: stephend)
Details
Attachments
(1 file)
594 bytes,
patch
|
doronr
:
review+
|
Details | Diff | Splinter Review |
/xpfe/browser/resources/content/viewsource.js, line 25 -- var gPrefs = null;
/xpfe/browser/resources/content/viewsource.js, line 32 -- var gPrefs =
prefsService.QueryInterface(Components.interfaces.nsIPref);
I'll provide a patch when I get into work tomorrow.
Assignee | ||
Comment 1•23 years ago
|
||
updating
Severity: normal → minor
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment on attachment 49923 [details] [diff] [review]
Fix, please review
nice catch. r=doron
Attachment #49923 -
Flags: review+
Comment 4•23 years ago
|
||
sr=blake
Assignee | ||
Comment 5•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•23 years ago
|
||
Gemal, please verify.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•