Closed
Bug 696735
Opened 13 years ago
Closed 12 years ago
Update the HTML parser translation for post-PRBool era
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Unassigned)
Details
The HTML parser C++ translation should use bool/true/false instead of PRBool/PR_TRUE/PR_FALSE.
Also, consider getting rid of the !! pattern now that assigning to a bool-typed variable does that automatically and elsewhere it's unnecessary.
Comment 1•12 years ago
|
||
Bug 675553 and Bug 690892 fixed this I believe...
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•