| 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 8ac011af6280bb0dffcee12ed2e65cd21c7de2e1..6b91c6936fb06774899229df00b771103c5c8642 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| @@ -386,10 +386,6 @@ Sources.SourcesPanel = class extends UI.Panel {
|
| * @param {boolean=} skipReveal
|
| */
|
| _revealInNavigator(uiSourceCode, skipReveal) {
|
| - var binding = Persistence.persistence.binding(uiSourceCode);
|
| - if (binding && binding.network === uiSourceCode)
|
| - uiSourceCode = binding.fileSystem;
|
| -
|
| var extensions = self.runtime.extensions(Sources.NavigatorView);
|
| Promise.all(extensions.map(extension => extension.instance())).then(filterNavigators.bind(this));
|
|
|
|
|