Changeset 70054 in webkit


Ignore:
Timestamp:
Oct 19, 2010 7:12:18 AM (13 years ago)
Author:
yurys@chromium.org
Message:

2010-10-19 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: crash while trying to step over a function using inspector
https://bugs.webkit.org/show_bug.cgi?id=47902

  • inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype.reset): reset scripts panel to resumed state on navigation.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r70051 r70054  
     12010-10-19  Yury Semikhatsky  <yurys@chromium.org>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Web Inspector: crash while trying to step over a function using inspector
     6        https://bugs.webkit.org/show_bug.cgi?id=47902
     7
     8        * inspector/front-end/ScriptsPanel.js:
     9        (WebInspector.ScriptsPanel.prototype.reset): reset scripts panel to resumed state on navigation.
     10
    1112010-10-19  Ryuan Choi  <ryuan.choi@samsung.com>
    212
  • trunk/WebCore/inspector/front-end/ScriptsPanel.js

    r69567 r70054  
    436436        this.searchCanceled();
    437437
    438         if (!this._debuggerEnabled) {
    439             this._paused = false;
    440             this._waitingToPause = false;
    441             this._stepping = false;
    442         }
    443 
    444         this._clearInterface();
     438        this.debuggerResumed();
    445439
    446440        this._backForwardList = [];
Note: See TracChangeset for help on using the changeset viewer.