| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| index c75d9ad620187fd5a407b3a126b335ea0f324b8e..ed45c520d166f13de3ac1c4c9c8757595a38fc9e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -411,7 +411,6 @@ Sources.JavaScriptSourceFrame = class extends Sources.UISourceCodeFrame {
|
| }
|
|
|
| _resolveObjectForPopover(anchorBox, showCallback, objectGroupName) {
|
| - var target = UI.context.flavor(SDK.Target);
|
| var selectedCallFrame = UI.context.flavor(SDK.DebuggerModel.CallFrame);
|
| if (!selectedCallFrame) {
|
| this._popoverHelper.hidePopover();
|
|
|