Closed
Bug 1872548
Opened 2 years ago
Closed 2 years ago
Convert to MOZ_ASSERT inside GetBlobItemDataForGroup.
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
This code is pretty hot during display list building/grouping, so
let's only assert in debug builds.
| Assignee | ||
Comment 1•2 years ago
|
||
This code is pretty hot during display list building/grouping, so
let's only assert in debug builds.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e1b594c3dba
Convert to MOZ_ASSERT inside GetBlobItemDataForGroup. r=gfx-reviewers,lsalzman
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•