| 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 628f2ab47b7b24218a0dbb9c3052418c9ed78755..8bd3fb4ae343c14a0e625421a3d17e15fb6a8309 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -118,8 +118,6 @@ Sources.JavaScriptSourceFrame = class extends Sources.UISourceCodeFrame {
|
| if (!uiSourceCode.contentType().hasScripts())
|
| return;
|
| var projectType = uiSourceCode.project().type();
|
| - if (projectType === Workspace.projectTypes.Snippets)
|
| - return;
|
| if (!Bindings.blackboxManager.isBlackboxedUISourceCode(uiSourceCode)) {
|
| this._hideBlackboxInfobar();
|
| return;
|
|
|