Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js

Issue 2567573002: DevTools: fix private field usage violation discovered after the compiler roll. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698