Title: [237295] trunk/Source/WebInspectorUI
Revision
237295
Author
[email protected]
Date
2018-10-19 11:01:48 -0700 (Fri, 19 Oct 2018)

Log Message

Web Inspector: Remove unused member variable of DebuggerSidebarPanel
https://bugs.webkit.org/show_bug.cgi?id=190743

Patch by Joseph Pecoraro <[email protected]> on 2018-10-19
Reviewed by Devin Rousso.

* UserInterface/Views/DebuggerSidebarPanel.js:
(WI.DebuggerSidebarPanel):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (237294 => 237295)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-10-19 17:40:20 UTC (rev 237294)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-10-19 18:01:48 UTC (rev 237295)
@@ -1,3 +1,13 @@
+2018-10-19  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Remove unused member variable of DebuggerSidebarPanel
+        https://bugs.webkit.org/show_bug.cgi?id=190743
+
+        Reviewed by Devin Rousso.
+
+        * UserInterface/Views/DebuggerSidebarPanel.js:
+        (WI.DebuggerSidebarPanel):
+
 2018-10-17  Devin Rousso  <[email protected]>
 
         Web Inspector: Quickly Open to line/column does should have caret indicating where the position is

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js (237294 => 237295)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js	2018-10-19 17:40:20 UTC (rev 237294)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js	2018-10-19 18:01:48 UTC (rev 237295)
@@ -194,8 +194,6 @@
         this._callStackGroup = new WI.DetailsSectionGroup([this._callStackRow]);
         this._callStackSection = new WI.DetailsSection("call-stack", WI.UIString("Call Stack"), [this._callStackGroup]);
 
-        this._showingSingleThreadCallStack = true;
-
         this._activeCallFrameTreeElement = null;
 
         this._pauseReasonTreeOutline = null;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to