Closed
Bug 7286
Opened 26 years ago
Closed 26 years ago
shadowed variable
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: bruce, Assigned: rickg)
Details
(Whiteboard: 7/9 Rick, this looks like a code level fix. ok to Verify as such?)
line 462 of htmlparser/src/nsHTMLTokenizer.cpp has an instance of
CTokenRecycler* theRecycler=(CTokenRecycler*)GetTokenRecycler();
which shadows the declaration from line 441.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Whiteboard: Rick, this looks like a code level fix. ok to Verify as such?
Comment 2•26 years ago
|
||
Rick, this looks like a code level fix. ok to Verify as such?
Updated•26 years ago
|
Whiteboard: Rick, this looks like a code level fix. ok to Verify as such? → 6/16 Rick, this looks like a code level fix. ok to Verify as such?
Updated•26 years ago
|
Whiteboard: 6/16 Rick, this looks like a code level fix. ok to Verify as such? → 7/9 Rick, this looks like a code level fix. ok to Verify as such?
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified per rickg
You need to log in
before you can comment on or make changes to this bug.
Description
•