mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
[PALEMOON] Use unprefixed requestAnimationFrame in tabbrowser.xml
This commit is contained in:
parent
bb7e0d318f
commit
c784ad0ead
1 changed files with 1 additions and 1 deletions
|
|
@ -1566,7 +1566,7 @@
|
|||
}
|
||||
|
||||
if (animate) {
|
||||
mozRequestAnimationFrame(function () {
|
||||
requestAnimationFrame(function () {
|
||||
this.tabContainer._handleTabTelemetryStart(t, aURI);
|
||||
|
||||
// kick the animation off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue