[Webkit-unassigned] [Bug 36894] Crash with frame flattening on after r56854

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 12:04:55 PDT 2010


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-03-31 12:04:55 PST ---
Could you try changing

void ScrollView::setHasVerticalScrollbar(bool hasBar)                           
{                                                                               
    if (avoidScrollbarCreation())                                               
        return;

to 

if (hasBar && avoidScrollbarCreation())
    return;

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