From de0cd02d0ab674d1b59f67a585822c964693395c Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Wed, 6 Aug 2014 17:19:30 +1200 Subject: [PATCH] Bug 1048752. Part 29: mVisible is never true in nsCaret::Init. r=tn --HG-- extra : rebase_source : 7fd2386e3f5ea667bc0ff4948182187d56647482 --- layout/base/nsCaret.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/layout/base/nsCaret.cpp b/layout/base/nsCaret.cpp index d03dc75668f..4c3be4b31e1 100644 --- a/layout/base/nsCaret.cpp +++ b/layout/base/nsCaret.cpp @@ -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; }