bug 1257718 move comment to within the code path it describes r=padenot

The comment was not necessarily true where it was previously positioned.

MozReview-Commit-ID: FMYkGkmuvVS

--HG--
extra : rebase_source : a6ae6958b9486c92c7830fcc334dac66c643dc29
This commit is contained in:
Karl Tomlinson 2016-06-17 03:29:40 +12:00
parent 3265f73629
commit 6fca9ca1b9

View File

@ -459,8 +459,8 @@ public:
}
}
// The time was found in the list of events.
if (!bailOut && lastEventId < mEvents.Length()) {
// The time matches one of the events exactly.
MOZ_ASSERT(TimesEqual(aTime, mEvents[lastEventId].template Time<TimeType>()));
// SetTarget nodes can be handled no matter what their next node is (if they have one)