mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1167406 - Mark nsRootPresContext::RunWillPaintObservers::mPresContext as MOZ_NON_OWNING_REF. r=dbaron
This commit is contained in:
parent
377e964bb9
commit
49a1564da6
@ -1531,7 +1531,8 @@ protected:
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
nsRootPresContext* mPresContext;
|
||||
// The lifetime of this reference is handled by an nsRevocableEventPtr
|
||||
nsRootPresContext* MOZ_NON_OWNING_REF mPresContext;
|
||||
};
|
||||
|
||||
friend class nsPresContext;
|
||||
|
Loading…
Reference in New Issue
Block a user