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

Unified Diff: third_party/WebKit/Source/devtools/front_end/settings/FrameworkBlackboxSettingsTab.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/settings/FrameworkBlackboxSettingsTab.js
diff --git a/third_party/WebKit/Source/devtools/front_end/settings/FrameworkBlackboxSettingsTab.js b/third_party/WebKit/Source/devtools/front_end/settings/FrameworkBlackboxSettingsTab.js
index 9f36e24de81e6d97a5cd9439e3d58a9fd94ef1f0..55870c476ee49af49e5eda20d4dca18008645cee 100644
--- a/third_party/WebKit/Source/devtools/front_end/settings/FrameworkBlackboxSettingsTab.js
+++ b/third_party/WebKit/Source/devtools/front_end/settings/FrameworkBlackboxSettingsTab.js
@@ -39,9 +39,12 @@ WebInspector.FrameworkBlackboxSettingsTab = function()
};
WebInspector.FrameworkBlackboxSettingsTab.prototype = {
+ /**
+ * @override
+ */
wasShown: function()
{
- WebInspector.SettingsTab.prototype.wasShown.call(this);
+ WebInspector.VBox.prototype.wasShown.call(this);
this._settingUpdated();
},

Powered by Google App Engine
This is Rietveld 408576698