Closed
Bug 1475022
Opened 3 years ago
Closed 3 years ago
Make aRelativeTo in GetAllInFlowRectsUnion const
Categories
(Core :: Web Painting, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/a80651653faa78fa4dfbd238d099c2aad1cec304/layout/base/nsLayoutUtils.cpp#4233 There's no need for this to be non-const. Ran into this while debugging some stuff and I wanted to pass ReferenceFrame() for this arg.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → bugmail
Comment 2•3 years ago
|
||
mozreview-review |
Comment on attachment 8991428 [details] Bug 1475022 - Make aRelativeTo argument const. https://reviewboard.mozilla.org/r/256328/#review263214
Attachment #8991428 -
Flags: review?(matt.woodrow) → review+
Pushed by kgupta@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ba1f6799cbbb Make aRelativeTo argument const. r=mattwoodrow
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba1f6799cbbb
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•