[Webkit-unassigned] [Bug 34153] Crash in WebCore while processing the fast scrolling code path.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 27 00:04:40 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34153
--- Comment #9 from Benjamin Poulain <benjamin.poulain at nokia.com> 2010-01-27 00:04:36 PST ---
(In reply to comment #7)
> > animation()->cancelAnimations(this);
> >
> > - if (RenderView* v = view())
> > + if (RenderView* v = view()) {
> > v->removeWidget(this);
> > + FrameView* frameView = view()->frameView();
> > + if (frameView)
> > + frameView->unregisterFixedPositionedObject(this);
> > + }
>
> Why doesn't this have the "m_style->position() == FixedPosition" check that
> RenderObject does? Is one of them wrong?
Yep, in the hurry I forgot the "m_style->position() == FixedPosition" for this
one.
(In reply to comment #8)
> Created an attachment (id=47472)
--> (https://bugs.webkit.org/attachment.cgi?id=47472) [details]
> Revert 53797 until we land
Ok.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list