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

Unified Diff: Source/devtools/front_end/sources/SourcesNavigator.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/SourcesNavigator.js
diff --git a/Source/devtools/front_end/sources/SourcesNavigator.js b/Source/devtools/front_end/sources/SourcesNavigator.js
index be68bc5989411f9a9874bb020f3b0349a12d0d8f..4f5997fb61fe47c5e5909f1eb1e285886e420ec8 100644
--- a/Source/devtools/front_end/sources/SourcesNavigator.js
+++ b/Source/devtools/front_end/sources/SourcesNavigator.js
@@ -52,7 +52,7 @@ WebInspector.SourcesNavigator.Events = {
WebInspector.SourcesNavigator.prototype = {
/**
* @param {string} id
- * @param {!WebInspector.View} view
+ * @param {!WebInspector.Widget} view
*/
_navigatorViewCreated: function(id, view)
{
@@ -64,7 +64,7 @@ WebInspector.SourcesNavigator.prototype = {
},
/**
- * @return {!WebInspector.View}
+ * @return {!WebInspector.Widget}
*/
get view()
{
« no previous file with comments | « Source/devtools/front_end/sources/FilteredItemSelectionDialog.js ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698