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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.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/sources/UISourceCodeFrame.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
index 8d3972f6db8924ff45375f1ee4e6858c1ecd3789..bf6808f56ad0477d6d451f2467471275da7a2937 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
@@ -89,6 +89,9 @@ WebInspector.UISourceCodeFrame.prototype = {
return this._uiSourceCode;
},
+ /**
+ * @override
+ */
wasShown: function()
{
WebInspector.SourceFrame.prototype.wasShown.call(this);
@@ -99,6 +102,9 @@ WebInspector.UISourceCodeFrame.prototype = {
setImmediate(this._updateBucketDecorations.bind(this));
},
+ /**
+ * @override
+ */
willHide: function()
{
WebInspector.SourceFrame.prototype.willHide.call(this);

Powered by Google App Engine
This is Rietveld 408576698