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

Unified Diff: third_party/WebKit/Source/devtools/front_end/terminal/TerminalWidget.js

Issue 2466123002: DevTools: reformat front-end code to match chromium style. (Closed)
Patch Set: Created 4 years, 1 month 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: 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)

Powered by Google App Engine
This is Rietveld 408576698