Closed
Bug 996319
Opened 11 years ago
Closed 11 years ago
Drop always-null second arg to nsTextFrame's local GetReferenceRenderingContext function
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
nsTextFrame.cpp has a static helper-function "GetReferenceRenderingContext" whose second argument is always null.
We should just remove the second arg.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
FWIW: it looks like the last non-null usage of this argument was removed in bug 397518, here:
http://hg.mozilla.org/mozilla-central/rev/d2943858ac51#l11.125
Depends on: 397518
Updated•11 years ago
|
Attachment #8406504 -
Flags: review?(jdaggett) → review+
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•