RESOLVED FIXED 117959
Fix various crashes on sites with fixed backgrounds
https://bugs.webkit.org/show_bug.cgi?id=117959
Summary Fix various crashes on sites with fixed backgrounds
Simon Fraser (smfr)
Reported 2013-06-24 16:18:08 PDT
Fix various crashes on sites with fixed backgrounds
Attachments
Patch (4.05 KB, patch)
2013-06-24 16:21 PDT, Simon Fraser (smfr)
aestes: review+
Simon Fraser (smfr)
Comment 1 2013-06-24 16:21:24 PDT
Simon Fraser (smfr)
Comment 2 2013-06-24 16:21:58 PDT
Andy Estes
Comment 3 2013-06-24 16:25:15 PDT
Comment on attachment 205341 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205341&action=review > Source/WebCore/page/FrameView.cpp:-1566 > - ASSERT(m_slowRepaintObjects->contains(o)); If we did create a m_slowRepaintObjects, should we not assert that it contains the item we're removing?
Simon Fraser (smfr)
Comment 4 2013-06-24 16:27:16 PDT
(In reply to comment #3) > If we did create a m_slowRepaintObjects, should we not assert that it contains the item we're removing? No, it might not contain it.
Simon Fraser (smfr)
Comment 5 2013-06-24 16:27:49 PDT
Note You need to log in before you can comment on or make changes to this bug.