WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-06-24 16:21:24 PDT
Created
attachment 205341
[details]
Patch
Simon Fraser (smfr)
Comment 2
2013-06-24 16:21:58 PDT
<
rdar://problem/14230128
>
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
https://trac.webkit.org/r151934
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