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

Unified Diff: Source/devtools/front_end/sources/SourcesView.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/SourcesView.js
diff --git a/Source/devtools/front_end/sources/SourcesView.js b/Source/devtools/front_end/sources/SourcesView.js
index f401659ff1653fd614adfa30cccd1e45ccd8ef82..743e30b4439aabb3445f75f7c03df31c1566842a 100644
--- a/Source/devtools/front_end/sources/SourcesView.js
+++ b/Source/devtools/front_end/sources/SourcesView.js
@@ -183,7 +183,7 @@ WebInspector.SourcesView.prototype = {
},
/**
- * @return {!WebInspector.View}
+ * @return {!WebInspector.Widget}
*/
visibleView: function()
{
@@ -524,7 +524,7 @@ WebInspector.SourcesView.prototype = {
this._searchConfig = searchConfig;
/**
- * @param {!WebInspector.View} view
+ * @param {!WebInspector.Widget} view
* @param {number} searchMatches
* @this {WebInspector.SourcesView}
*/
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | Source/devtools/front_end/sources/StyleSheetOutlineDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698