mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Use a BTreeMap for Document::animation_frame_list (fixes #9834)
The callbacks must stay ordered.
This commit is contained in:
parent
f7db68eff7
commit
1d87f61350
4 changed files with 66 additions and 10 deletions
|
@ -5562,6 +5562,12 @@
|
|||
"url": "/_mozilla/mozilla/collections.html"
|
||||
}
|
||||
],
|
||||
"mozilla/deterministic-raf.html": [
|
||||
{
|
||||
"path": "mozilla/deterministic-raf.html",
|
||||
"url": "/_mozilla/mozilla/deterministic-raf.html"
|
||||
}
|
||||
],
|
||||
"mozilla/documentElement.html": [
|
||||
{
|
||||
"path": "mozilla/documentElement.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue