Closed
Bug 850539
Opened 9 years ago
Closed 9 years ago
nsSVGTextFrame2.cpp should include its header first
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(1 file)
1.45 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
Right now nsSVGTextFrame2.cpp includes nsSVGTextFrame.h first, but it should include nsSVGTextFrame2.h first (per our convention to ensure that that header file builds successfully and includes the right things).
Assignee | ||
Comment 1•9 years ago
|
||
This builds fine, happily.
![]() |
||
Comment 2•9 years ago
|
||
Comment on attachment 724283 [details] [diff] [review] fix yes please :)
Attachment #724283 -
Flags: review?(jwatt) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f77559dc68c3
Assignee | ||
Updated•9 years ago
|
Flags: in-testsuite-
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f77559dc68c3
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•