mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
CanGc changes from fontfaceset.rs (#33920)
* CanGc changes from fontfaceset.rs Signed-off-by: L Ashwin B <lashwinib@gmail.com> * Update components/script/dom/bindings/codegen/Bindings.conf Co-authored-by: Josh Matthews <josh@joshmatthews.net> Signed-off-by: chickenleaf <lashwinib@gmail.com> --------- Signed-off-by: L Ashwin B <lashwinib@gmail.com> Signed-off-by: chickenleaf <lashwinib@gmail.com> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
66695d2f7e
commit
9acb25521e
32 changed files with 425 additions and 274 deletions
|
@ -94,7 +94,7 @@ impl History {
|
|||
|
||||
// Step 8
|
||||
if let Some(fragment) = url.fragment() {
|
||||
document.check_and_scroll_fragment(fragment);
|
||||
document.check_and_scroll_fragment(fragment, can_gc);
|
||||
}
|
||||
|
||||
// Step 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue