Closed
Bug 1395870
Opened 8 years ago
Closed 8 years ago
Changes in bug 1361639 caused some deadcode in SVGTransformableElement::GetAnimatedTransformList
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: [CID 1417207])
Attachments
(1 file)
intervals: At condition flags == 0U, the value of flags must be in one of the following intervals: {[512,513], [516,517], [528,529], [532,533], [544,545], [548,549], [560,561], [564,565]}.
dead_error_condition: The condition flags == 0U cannot be true.
208 if (flags == 0) {
CID 1417207 (#1 of 2): Logically dead code (DEADCODE)dead_error_line: Execution cannot reach this statement: <temporary>.already_AddRefe....
209 return NS_NewSVGRect(this,0,0,0,0);
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sledru
Comment on attachment 8903502 [details]
Bug 1395870 - Changes in bug 1361639 caused some deadcode in SVGTransformableElement::GetAnimatedTransformList
https://reviewboard.mozilla.org/r/175334/#review180374
thank you for fixing it.
Attachment #8903502 -
Flags: review?(cku) → review+
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b08fc013700
Changes in bug 1361639 caused some deadcode in SVGTransformableElement::GetAnimatedTransformList r=cjku
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•