Skip to content
  • mitz@apple.com's avatar
    Speculative fix for · 5cc5c844
    mitz@apple.com authored
    <rdar://problem/6937089> Crashes at RenderWidget::destroy()
    
    Reviewed by Ada Chan.
    
    * rendering/RenderWidget.cpp:
    (WebCore::RenderWidget::destroy): Avoid calling renderArena() if node()
    is null. Add two assertions that can help determine how this crash
    happens (in particular, whether node() becomes null during destroy() or
    it is null before destroy() is called).
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48443 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5cc5c844