| Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js
|
| index abfc54f22d0b660a1c85d9ba14287f1d8b66fe33..261e24bc120b88107425120f000624c48ea7ae8d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js
|
| @@ -140,7 +140,7 @@ Sources.SourcesSearchScope = class {
|
| for (var i = 0; i < uiSourceCodes.length; ++i) {
|
| var uiSourceCode = uiSourceCodes[i];
|
| var binding = Persistence.persistence.binding(uiSourceCode);
|
| - if (binding && binding.fileSystem === uiSourceCode)
|
| + if (binding && binding.network === uiSourceCode)
|
| continue;
|
| if (dirtyOnly && !uiSourceCode.isDirty())
|
| continue;
|
|
|