mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1048752. Part 29: mVisible is never true in nsCaret::Init. r=tn
--HG-- extra : rebase_source : 7fd2386e3f5ea667bc0ff4948182187d56647482
This commit is contained in:
parent
a8c6bcad57
commit
de0cd02d0a
@ -165,12 +165,6 @@ nsresult nsCaret::Init(nsIPresShell *inPresShell)
|
||||
privateSelection->AddSelectionListener(this);
|
||||
mDomSelectionWeak = do_GetWeakReference(domSelection);
|
||||
|
||||
// set up the blink timer
|
||||
if (mVisible)
|
||||
{
|
||||
StartBlinking();
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user