Closed
Bug 229182
Opened 21 years ago
Closed 21 years ago
Uninitialized variable use in nsXULDocument
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: keeda, Assigned: keeda)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.28 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
I introduced a warning a few months back. Trivial to fix.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 1•21 years ago
|
||
This restores things to work like they worked before bug 217972. Do we want to
return an error instead ?
Assignee | ||
Updated•21 years ago
|
Attachment #137841 -
Flags: superreview?(jst)
Attachment #137841 -
Flags: review?(jst)
Comment 2•21 years ago
|
||
Comment on attachment 137841 [details] [diff] [review]
Initialize rv. Move declaration closer to where it is used.
r+sr=jst
Attachment #137841 -
Flags: superreview?(jst)
Attachment #137841 -
Flags: superreview+
Attachment #137841 -
Flags: review?(jst)
Attachment #137841 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Summary: Unitialized variable use in nsXULDocument → Uninitialized variable use in nsXULDocument
Updated•21 years ago
|
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•