Closed
Bug 1352234
Opened 8 years ago
Closed 8 years ago
nsImageRenderer.cpp and nsCSSRenderingGradients.h only compile by accident
Categories
(Core :: Web Painting, enhancement)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
because they get unified together with nsCSSRendering.cpp.
If you add a new file to the same directory (like bug 1299117 does), you get lots of build failures.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8853144 [details]
Bug 1352234 - Make nsImageRenderer.cpp and nsCSSRenderingGradients.h compile independent of build unification.
https://reviewboard.mozilla.org/r/125218/#review127786
Thank you for doing the work that I should have done. Sorry about that!
Attachment #8853144 -
Flags: review?(rhunt) → review+
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/07f4fa4c1f8f
Make nsImageRenderer.cpp and nsCSSRenderingGradients.h compile independent of build unification. r=rhunt
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•