mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Do not let fetch request drive generation id increments
This commit is contained in:
parent
9aced067aa
commit
da32c8488c
1 changed files with 0 additions and 1 deletions
|
@ -1938,7 +1938,6 @@ impl HTMLMediaElementFetchContext {
|
|||
url: ServoUrl,
|
||||
offset: u64,
|
||||
) -> (HTMLMediaElementFetchContext, ipc::IpcReceiver<()>) {
|
||||
elem.generation_id.set(elem.generation_id.get() + 1);
|
||||
let mut fetch_canceller = FetchCanceller::new();
|
||||
let cancel_receiver = fetch_canceller.initialize();
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue