mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4e6fe284fc
When SelectionCarets::Terminate() is called, it's not guaranteed that we can get nsDocShell from PresContext. It causes that SelectionCarets cannot remove itself as an observer. To fix this, we keep a member WeakPtr<nsDocShell> so that we can always have nsDocShell in SelectionCarets::Terminate(). |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |