Skip to content

PageRow: Ensure JS-created pages have a parent set

Arjen Hiemstra requested to merge work/ahiemstra/pagedelete into master

Since these are created by the JS engine they are JS-owned, which means they can end up being garbage collected if we don't keep an explicit reference around or make sure they are parented to something.

BUG: 477977

Merge request reports