Title: [142660] branches/chromium/1364/Source/WebCore/inspector/front-end/CallStackSidebarPane.js
Revision
142660
Author
pfeld...@chromium.org
Date
2013-02-12 13:07:11 -0800 (Tue, 12 Feb 2013)

Log Message

Merge 142127
> Web Inspector: break details are only rendered upon first debugger pause.
> https://bugs.webkit.org/show_bug.cgi?id=109193
> 
> Reviewed by Vsevolod Vlasov.
> 
> * inspector/front-end/CallStackSidebarPane.js:
> (WebInspector.CallStackSidebarPane.prototype.update):

TBR=pfeld...@chromium.org
Review URL: https://codereview.chromium.org/12225145

Modified Paths

Diff

Modified: branches/chromium/1364/Source/WebCore/inspector/front-end/CallStackSidebarPane.js (142659 => 142660)


--- branches/chromium/1364/Source/WebCore/inspector/front-end/CallStackSidebarPane.js	2013-02-12 21:06:07 UTC (rev 142659)
+++ branches/chromium/1364/Source/WebCore/inspector/front-end/CallStackSidebarPane.js	2013-02-12 21:07:11 UTC (rev 142660)
@@ -40,6 +40,7 @@
     update: function(callFrames)
     {
         this.bodyElement.removeChildren();
+        delete this._statusMessageElement;
         this.placards = [];
 
         if (!callFrames) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to