Closed
Bug 941916
Opened 9 years ago
Closed 9 years ago
Drop unused constructor param "aItems" from SingleLineCrossAxisPositionTracker constructor
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
3.11 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
Filing this bug on dropping an unused parameter "const nsTArray<FlexItem>& aItems" in the SingleLineCrossAxisPositionTracker constructor.
Assignee | ||
Comment 1•9 years ago
|
||
Here's the (trivial) patch. (I almost landed this without review, but I figured I'd err on the safe side, since it is a [non-functional] code change.)
Assignee | ||
Updated•9 years ago
|
OS: Linux → All
Priority: -- → P4
Hardware: x86_64 → All
Comment 2•9 years ago
|
||
Comment on attachment 8336410 [details] [diff] [review] fix v1 r=mats
Attachment #8336410 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9a179f9b33ca
Assignee | ||
Updated•9 years ago
|
Flags: in-testsuite-
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9a179f9b33ca
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Assignee | ||
Comment 5•9 years ago
|
||
I realized one of the other args in this same constructor is also unused, so I pushed a followup to remove that one as well: https://hg.mozilla.org/integration/mozilla-inbound/rev/5dd26577d093
Updated•9 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•