Closed
Bug 794905
Opened 13 years ago
Closed 13 years ago
nsLayoutUtils::FontSizeInflationEnabled can return nsresult instead of bool
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: ayg, Assigned: ayg)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
jwir3
:
review+
|
Details | Diff | Splinter Review |
Bug 716575 part 1 added the line
NS_ENSURE_SUCCESS(rv, rv);
to nsLayoutUtils::FontSizeInflationEnabled. This should probably be
NS_ENSURE_SUCCESS(rv, false);
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #665400 -
Flags: review?(dbaron)
Comment 2•13 years ago
|
||
Comment on attachment 665400 [details] [diff] [review]
Patch
Since this is such a small patch, and I'm familiar with the code, I'll save dbaron some time. r=jwir3
Attachment #665400 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Flags: in-testsuite-
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•