Closed
Bug 1652819
Opened 4 years ago
Closed 4 years ago
Add a couple missing null-checks to the filters code.
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
I was poking at adding a filter to page frames in bug 1631449, and as it turns out our filters code are assuming that all frames have DOM nodes associated to them which doesn't hold for pages.
Assignee | ||
Comment 1•4 years ago
|
||
This is not true for pages, which I want to add a filter to in
bug 1631449.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ce35d7c6c477
Don't assume that all filtered frames have an associated DOM node. r=mstange
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•