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

Unified Diff: Source/devtools/front_end/sources/TabbedEditorContainer.js

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 months 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: Source/devtools/front_end/sources/TabbedEditorContainer.js
diff --git a/Source/devtools/front_end/sources/TabbedEditorContainer.js b/Source/devtools/front_end/sources/TabbedEditorContainer.js
index 85c2deb2872e8a3337326c0b11c19da5c5b5b868..c6039fef5277ebe890db96eae93927475ba3b20f 100644
--- a/Source/devtools/front_end/sources/TabbedEditorContainer.js
+++ b/Source/devtools/front_end/sources/TabbedEditorContainer.js
@@ -79,7 +79,7 @@ WebInspector.TabbedEditorContainer.maximalPreviouslyViewedFilesCount = 30;
WebInspector.TabbedEditorContainer.prototype = {
/**
- * @return {!WebInspector.View}
+ * @return {!WebInspector.Widget}
*/
get view()
{
« no previous file with comments | « Source/devtools/front_end/sources/StyleSheetOutlineDialog.js ('k') | Source/devtools/front_end/sources/sourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698