| Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| index 9d15ae67dc1300f40227c36ad66e89e12eb380e5..3711cf55ff88c585555637852c972596292b73e8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| @@ -52,7 +52,7 @@ Sources.FilteredUISourceCodeListDelegate = class extends UI.FilteredListWidget.D
|
| */
|
| _filterUISourceCode(uiSourceCode) {
|
| var binding = Persistence.persistence.binding(uiSourceCode);
|
| - return !binding || binding.network === uiSourceCode;
|
| + return !binding || binding.fileSystem === uiSourceCode;
|
| }
|
|
|
| /**
|
|
|