Closed
Bug 722510
Opened 13 years ago
Closed 13 years ago
Remove no-longer-used argument from nsBlockFrame::DrainOverflowLines(nsBlockReflowState& aState)
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
2.33 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The method
nsBlockFrame::DrainOverflowLines(nsBlockReflowState& aState)
no longer uses its argument aState.
These csets removed the last usages, as part of bug 492627:
http://hg.mozilla.org/mozilla-central/diff/28008648ca04/layout/generic/nsBlockFrame.cpp#l1.185
http://hg.mozilla.org/mozilla-central/diff/e9130436ada8/layout/generic/nsBlockFrame.cpp#l1.436
It looks like we can just take DrainOverflowLines() argumentless now.
Assignee | ||
Comment 1•13 years ago
|
||
I think this'll do it. (haven't finished rebuilding yet though)
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Attachment #592876 -
Flags: review?(roc)
Attachment #592876 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla12
Comment 3•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
•