RESOLVED FIXED 155465
Fix crash when reloading a page using requestAnimationFrame on iOS
https://bugs.webkit.org/show_bug.cgi?id=155465
Summary Fix crash when reloading a page using requestAnimationFrame on iOS
Simon Fraser (smfr)
Reported 2016-03-14 14:26:30 PDT
Fix crash when reloading a page using requestAnimationFrame on iOS
Attachments
Patch (1.97 KB, patch)
2016-03-14 14:28 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2016-03-14 14:28:31 PDT
Simon Fraser (smfr)
Comment 2 2016-03-14 14:32:44 PDT
Alexey Proskuryakov
Comment 3 2016-03-16 20:49:06 PDT
Comment on attachment 274028 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274028&action=review > Source/WebCore/platform/graphics/DisplayRefreshMonitorManager.cpp:113 > + if (monitorIndex != notFound) > + m_monitors.remove(monitorIndex); An even better fix would be to use removeFirst().
Note You need to log in before you can comment on or make changes to this bug.