| 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}
|
| */
|
|
|