aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/timers.rs
diff options
context:
space:
mode:
authorbenshu <benshu@benshu.de>2015-11-18 21:10:20 +0100
committerbenshu <benshu@benshu.de>2015-11-18 21:10:20 +0100
commit54e41fb22d6bf4adaa03e2e323581e4b27c244c2 (patch)
tree9ab4bdbc19f6494be9baab61e7ce5f1a481fa386 /components/script/timers.rs
parent2be0cb7827c6553b7dfa4d641bf3a1c72372ad3b (diff)
downloadservo-54e41fb22d6bf4adaa03e2e323581e4b27c244c2.tar.gz
servo-54e41fb22d6bf4adaa03e2e323581e4b27c244c2.zip
Correct undisciplined rebase. (Closes #8583.)
Diffstat (limited to 'components/script/timers.rs')
-rw-r--r--components/script/timers.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/timers.rs b/components/script/timers.rs
index aa6ce6e68c2..4b8a2b6d272 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));