| Index: third_party/WebKit/Source/devtools/front_end/terminal/TerminalWidget.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/terminal/TerminalWidget.js b/third_party/WebKit/Source/devtools/front_end/terminal/TerminalWidget.js
|
| index c6c9a64db44ec344c718159745b51e62938cf7de..279d7343986240abc497f991e1a6be1bfa9c9c27 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/terminal/TerminalWidget.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/terminal/TerminalWidget.js
|
| @@ -75,6 +75,9 @@ WebInspector.TerminalWidget.prototype = {
|
| this._linkifyUpToDate = true;
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| onResize: function()
|
| {
|
| if (this._term)
|
|
|