mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 618183 - TypeAheadFind object is kept alive too long, r=jst, a=blocking
This commit is contained in:
parent
57043c354f
commit
cfca716489
@ -140,7 +140,7 @@ nsTypeAheadFind::Init(nsIDocShell* aDocShell)
|
||||
SetDocShell(aDocShell);
|
||||
|
||||
// ----------- Listen to prefs ------------------
|
||||
nsresult rv = prefInternal->AddObserver("accessibility.browsewithcaret", this, PR_FALSE);
|
||||
nsresult rv = prefInternal->AddObserver("accessibility.browsewithcaret", this, PR_TRUE);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
// ----------- Get initial preferences ----------
|
||||
|
Loading…
Reference in New Issue
Block a user