| Index: third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| index f827cb0c68dda5a2179eca85360e266091d40ee4..22849cc3175a04672dd848ffe5f15530e05b3f0f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| @@ -298,8 +298,8 @@ Sources.CallStackSidebarPane = class extends UI.SimpleView {
|
| if (!location)
|
| return;
|
| if (item.debuggerCallFrame && UI.context.flavor(SDK.DebuggerModel.CallFrame) !== item.debuggerCallFrame) {
|
| - UI.context.setFlavor(SDK.DebuggerModel.CallFrame, item.debuggerCallFrame);
|
| this._debuggerModel.setSelectedCallFrame(item.debuggerCallFrame);
|
| + UI.context.setFlavor(SDK.DebuggerModel.CallFrame, item.debuggerCallFrame);
|
| } else {
|
| Common.Revealer.reveal(Bindings.debuggerWorkspaceBinding.rawLocationToUILocation(location));
|
| }
|
|
|