First patch for bug 208446: Caret stops blinking or disappears, prevent firing assertion

r=sfraser sr=kin
This commit is contained in:
leon.zhang%sun.com 2003-07-09 03:05:25 +00:00
parent ed15121205
commit 467c93cfb1

View File

@ -382,7 +382,6 @@ nsresult
nsComposerCommandsUpdater::Notify(nsITimer *timer)
{
NS_ASSERTION(timer == mUpdateTimer.get(), "Hey, this ain't my timer!");
mUpdateTimer = NULL; // release my hold
TimerCallback();
return NS_OK;
}