Bug 1048752. Part 29: mVisible is never true in nsCaret::Init. r=tn

--HG--
extra : rebase_source : 7fd2386e3f5ea667bc0ff4948182187d56647482
This commit is contained in:
Robert O'Callahan 2014-08-06 17:19:30 +12:00
parent a8c6bcad57
commit de0cd02d0a

View File

@ -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;
}