mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
parent
5b8fbb023d
commit
a2f81d69c1
20 changed files with 92 additions and 63 deletions
|
@ -1700,7 +1700,7 @@ impl ScriptThread {
|
|||
// Evaluate media queries and report changes.
|
||||
document
|
||||
.window()
|
||||
.evaluate_media_queries_and_report_changes();
|
||||
.evaluate_media_queries_and_report_changes(can_gc);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#img-environment-changes
|
||||
// As per the spec, this can be run at any time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue