mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversize.rs animationevent.rs (#33827)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
92f12ff7cd
commit
fc0835bae3
12 changed files with 65 additions and 28 deletions
|
@ -154,7 +154,7 @@ pub fn Fetch(
|
|||
|
||||
// Step 7. Let responseObject be null.
|
||||
// NOTE: We do initialize the object earlier earlier so we can use it to track errors
|
||||
let response = Response::new(global);
|
||||
let response = Response::new(global, can_gc);
|
||||
response.Headers().set_guard(Guard::Immutable);
|
||||
|
||||
// Step 2. Let requestObject be the result of invoking the initial value of Request as constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue