DescriptionFix DCHECK caused by specifying a negative timestamp offset.
Timestamp offsets are allowed to be negative, but a DCHECK in
DoubleToDelta() was causing a crash in debug builds. This patch simply
moves the "not negative" DCHECK to the methods that actually need to
verify that constraint.
BUG=353245
TEST=LayoutTest that verifies this fix is in https://codereview.chromium.org/202423002/.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257657
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|