[Webkit-unassigned] [Bug 41196] crash in FrameView::detachCustomScrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 00:23:11 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41196





--- Comment #5 from Tony Chang (Google) <tony at chromium.org>  2010-06-28 00:23:11 PST ---
(In reply to comment #4)
> Created an attachment (id=59877)
 --> (https://bugs.webkit.org/attachment.cgi?id=59877) [details]
> Patch

I originally tried just reverting to this part r48070:
http://trac.webkit.org/changeset/48070/trunk/WebCore/page/FrameView.cpp
Which is mentioned in bug 26326 comment 10.

However, this results in an assert in ~FrameView() being triggered:
ASSERT(!horizontalScrollbar() || !horizontalScrollbar()->isCustomScrollbar());

I'm not 100% convinced this is the right fix.

-- 
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