mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #8591 - benschulz:im-a-toddler, r=jdm
Correct undisciplined rebase. (Closes #8583.) I screwed up the rebase on top of #8175; sorry to waste your time with this, @jdm. :( <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8591) <!-- Reviewable:end -->
This commit is contained in:
commit
d11442bdcc
1 changed files with 0 additions and 2 deletions
|
@ -194,8 +194,6 @@ impl ActiveTimers {
|
||||||
duration: MsDuration,
|
duration: MsDuration,
|
||||||
is_interval: IsInterval,
|
is_interval: IsInterval,
|
||||||
source: TimerSource) -> TimerHandle {
|
source: TimerSource) -> TimerHandle {
|
||||||
assert!(self.suspended_since.get().is_none());
|
|
||||||
|
|
||||||
// step 3
|
// step 3
|
||||||
let TimerHandle(new_handle) = self.next_timer_handle.get();
|
let TimerHandle(new_handle) = self.next_timer_handle.get();
|
||||||
self.next_timer_handle.set(TimerHandle(new_handle + 1));
|
self.next_timer_handle.set(TimerHandle(new_handle + 1));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue