Bug 1415780 - Drop the comment for nsAnimationManager::DispatchEvents(). r=birtles

The comment is no longer correct since bug 1180125.

MozReview-Commit-ID: A4NWgmwAOFt

--HG--
extra : rebase_source : 57471f99bcbef86bf211692eee8cf06513f4b60a
This commit is contained in:
Hiroyuki Ikezoe 2018-01-27 21:17:26 +09:00
Родитель 2bb54f7aa1
Коммит 0340a8a1ca
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -348,13 +348,6 @@ public:
mozilla::CSSPseudoElementType aPseudoType,
const mozilla::ServoStyleContext* aComputedValues);
/**
* Dispatch any pending events. We accumulate animationend and
* animationiteration events only during refresh driver notifications
* (and dispatch them at the end of such notifications), but we
* accumulate animationstart events at other points when style
* contexts are created.
*/
void DispatchEvents()
{
RefPtr<nsAnimationManager> kungFuDeathGrip(this);