Closed
Bug 1820757
Opened 2 years ago
Closed 2 years ago
SVGImageFrame doesn't need to do anything when NotifySVGChanged is called
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
Rather than calling the base class SVGGeometryFrame::NotifySVGChanged we can have an implementation that does nothing.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/56a1931e400c
SVGImageFrame::NotifySVGChanged should not rely on the base class implementation but instead do nothing at all r=emilio
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•