mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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:
parent
3265f73629
commit
6fca9ca1b9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user