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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.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/console/ConsolePanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
index f76e231e48bfee40aed3ecccb2e45b187e78bb8d..e2c81d4edb6eac0abe3ba5d1629c104a640746aa 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
@@ -87,6 +87,9 @@ WebInspector.ConsolePanel.WrapperView = function()
};
WebInspector.ConsolePanel.WrapperView.prototype = {
+ /**
+ * @override
+ */
wasShown: function()
{
if (!WebInspector.ConsolePanel.instance().isShowing())
@@ -95,6 +98,9 @@ WebInspector.ConsolePanel.WrapperView.prototype = {
WebInspector.inspectorView.setDrawerMinimized(true);
},
+ /**
+ * @override
+ */
willHide: function()
{
WebInspector.inspectorView.setDrawerMinimized(false);

Powered by Google App Engine
This is Rietveld 408576698