WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2016-03-14 14:28:31 PDT
Created
attachment 274028
[details]
Patch
Simon Fraser (smfr)
Comment 2
2016-03-14 14:32:44 PDT
https://trac.webkit.org/r198157
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.
Top of Page
Format For Printing
XML
Clone This Bug