Closed
Bug 100509
Opened 24 years ago
Closed 24 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•24 years ago
|
||
updating
Severity: normal → minor
Target Milestone: --- → mozilla0.9.5
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment on attachment 49923 [details] [diff] [review]
Fix, please review
nice catch. r=doron
Attachment #49923 -
Flags: review+
Comment 4•24 years ago
|
||
sr=blake
| Assignee | ||
Comment 5•24 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•24 years ago
|
||
Gemal, please verify.
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•