Closed
Bug 740067
Opened 13 years ago
Closed 13 years ago
Make CreateNeededTablePseudos return void
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(1 file)
4.72 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
I just noticed that CreateNeededTablePseudos (in nsCSSFrameConstructor) only ever returns NS_OK.
So, it doesn't need its nsresult return value -- it can just return void.
Assignee | ||
Comment 1•13 years ago
|
||
Trivial fix. Verified that it compiles locally.
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 610228 [details] [diff] [review]
fix
r=me
Attachment #610228 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla14
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•