mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 05:38:39 +00:00
[accessibility] Hold a strong ref to mParent in AccIterator.
This commit is contained in:
@@ -55,7 +55,7 @@ private:
|
||||
{
|
||||
explicit IteratorState(Accessible* aParent, IteratorState* mParentState = nullptr);
|
||||
|
||||
Accessible* mParent;
|
||||
RefPtr<Accessible> mParent;
|
||||
int32_t mIndex;
|
||||
IteratorState* mParentState;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user