Closed
Bug 1351990
Opened 8 years ago
Closed 8 years ago
Initialize SVGContextPaint's members
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
SVGContextPaint doesn't initialize it's float members, which for at least one person is causing this assert to fail:
https://dxr.mozilla.org/mozilla-central/rev/272ce6c2572164f5f6a9fba2a980ba9ccf50770c/layout/svg/SVGContextPaint.h#249
| Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → jwatt
Attachment #8852807 -
Flags: review?(amarchesini)
Updated•8 years ago
|
Attachment #8852807 -
Flags: review?(amarchesini) → review+
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9164539d59b
Initialize SVGContextPaint's members. r=baku
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → 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
•