DescriptionAvoid shadowing local |event| in CueTimeline::updateActiveCues
Dispatching to the track element would declare an |event| in its scope
that would shadow an |event| in the parent scope.
Avoid this by moving the event-creation-for-a-target to a small helper
function and then use that for all scheduling of events in this method.
BUG=321654
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190543
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|