| Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
 | 
| index 9e93907ca897da2769d689a34b5c421b7b76b92b..d65b178575ce92c43a671b9f7bd506ff8b6ac788 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
 | 
| @@ -516,7 +516,6 @@ Sources.SourcesPanel = class extends UI.Panel {
 | 
|      delete this._switchToPausedTargetTimeout;
 | 
|      if (this._paused)
 | 
|        return;
 | 
| -    var target = UI.context.flavor(SDK.Target);
 | 
|      if (debuggerModel.isPaused())
 | 
|        return;
 | 
|      var debuggerModels = SDK.DebuggerModel.instances();
 | 
| @@ -861,7 +860,6 @@ Sources.SourcesPanel = class extends UI.Panel {
 | 
|        return;
 | 
|      var uiLocation = /** @type {!Workspace.UILocation} */ (object);
 | 
|      var uiSourceCode = uiLocation.uiSourceCode;
 | 
| -    var projectType = uiSourceCode.project().type();
 | 
|  
 | 
|      var contentType = uiSourceCode.contentType();
 | 
|      if (contentType.hasScripts()) {
 | 
| 
 |