Skip to content
  • yurys@chromium.org's avatar
    2010-08-13 Yury Semikhatsky <yurys@chromium.org> · d0936bf5
    yurys@chromium.org authored
            Reviewed by Pavel Feldman.
    
            Web Inspector: DRT sometimes crashes on debugger tests
            https://bugs.webkit.org/show_bug.cgi?id=43964
            notifyDone() should be called only when debugger already resumed all active DOM objects,
            otherwise we might accidentally call setTimeout in the inspected page and create
            a new active DOM object while their set should remain unchanged when script execution
            is paused.
    
            * inspector/debugger-cyclic-ref.html:
            * inspector/debugger-eval-while-paused.html:
            * inspector/debugger-no-nested-pause.html:
            * inspector/debugger-pause-in-eval-script.html:
            * inspector/debugger-pause-on-debugger-statement.html:
            * inspector/debugger-proto-property.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65315 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d0936bf5