Closed
Bug 1885201
Opened 2 years ago
Closed 2 years ago
WebGLChild::FlushPendingCmds merely MOZ_ASSERTs non-null GetCurrentSerialEventTarget()
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(1 file)
But we suspect this can be null sometimes.
| Assignee | ||
Comment 1•2 years ago
|
||
This should be rare, so NS_WARNING.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eabb80e0c2a5
In WebGLChild::FlushPendingCmds, check for GetCurrentSerialEventTarget()->nullptr. r=gfx-reviewers,bradwerth
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•