Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
index defaecff994b2c1d717901d77ef06bd9189e65f7..318003413833a5faa57f3fedf5a6e6ab05be3eca 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
@@ -290,6 +290,13 @@ Sources.NavigatorView = class extends UI.VBox { |
} |
/** |
+ * @return {!Array<!Sources.NavigatorUISourceCodeTreeNode>} |
+ */ |
+ uiSourceCodeNodes() { |
+ return this._uiSourceCodeNodes.valuesArray(); |
+ } |
+ |
+ /** |
* @param {!Common.Event} event |
*/ |
_uiSourceCodeAdded(event) { |