From 54e41fb22d6bf4adaa03e2e323581e4b27c244c2 Mon Sep 17 00:00:00 2001 From: benshu Date: Wed, 18 Nov 2015 21:10:20 +0100 Subject: [PATCH] Correct undisciplined rebase. (Closes #8583.) --- components/script/timers.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/script/timers.rs b/components/script/timers.rs index aa6ce6e68c26..4b8a2b6d2720 100644 --- a/components/script/timers.rs +++ b/components/script/timers.rs @@ -194,8 +194,6 @@ impl ActiveTimers { duration: MsDuration, is_interval: IsInterval, source: TimerSource) -> TimerHandle { - assert!(self.suspended_since.get().is_none()); - // step 3 let TimerHandle(new_handle) = self.next_timer_handle.get(); self.next_timer_handle.set(TimerHandle(new_handle + 1));