| 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()
|
| {
|
|
|