[Webkit-unassigned] [Bug 23973] Chromium crashes at times when the view is being closed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 11:22:55 PST 2009


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


ananta at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27699|0                           |1
        is obsolete|                            |
  Attachment #28024|                            |review?
               Flag|                            |




------- Comment #4 from ananta at chromium.org  2009-02-26 11:22 PDT -------
Created an attachment (id=28024)
 --> (https://bugs.webkit.org/attachment.cgi?id=28024&action=view)
Updated patch with the indentation fixed.

The functions in ScrollView.cpp reachable from ~FrameView are as below:-
1. ScrollView::setScrollbarModes which calls into updateScrollbars and ends up  
   in scrollcontents where hostwindow is dereferenced.

2. ScrollView::setHasHorizontalScrollbar and 
   ScrollView::setHasVerticalScrollbar.
   These functions internally call ScrollView::removeChild. They don't
reference
   hostWindow().


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list