Closed
Bug 956468
Opened 11 years ago
Closed 11 years ago
ReferenceError: assignment to undeclared variable res nsUpdateService.js
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.78 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
Fixes a strict mode error because the loop variable `res` is not explicitly declared.
Attachment #8355745 -
Flags: review?(robert.bugzilla)
Comment 1•11 years ago
|
||
Comment on attachment 8355745 [details] [diff] [review]
nsUpdateService-warning.patch
The "use strict" is causing some of the xpcshell tests to fail (at least with the changes I am making in bug 951662 and I haven't checked without the changes).
r=me without "use strict" and I'll investigate why it fails in bug 951662. Thanks!
Attachment #8355745 -
Flags: review?(robert.bugzilla) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Landed without "use strict":
https://hg.mozilla.org/integration/mozilla-inbound/rev/fde74e7ea42b
status-firefox28:
--- → wontfix
status-firefox29:
--- → fixed
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•