Open
Bug 1805559
Opened 3 years ago
Updated 3 years ago
WeakFrame should be MOZ_NON_MEMMOVABLE
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
NEW
People
(Reporter: sefeng211, Unassigned)
Details
Given we keep track of heap allocated weak frames at https://searchfox.org/mozilla-central/rev/43cb6eca1c3069d46d589d52ab4949257e630d19/layout/generic/nsIFrame.cpp#469, they should be MOZ_NON_MEMMOVABLE, otherwise the addresses of them will be incorrect.
Updated•3 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•