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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.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/timeline/TimelineTreeView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
index dd1c48efc6c307ce8d27810ee4ca4c8880349bc0..0a5f89c03b56e2de5afdea7a5d3050824b03050d 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
@@ -329,7 +329,7 @@ WebInspector.TimelineTreeView.GridNode.prototype = {
{
if (columnId === "activity")
return this._createNameCell(columnId);
- return this._createValueCell(columnId) || WebInspector.DataGridNode.prototype.createCell.call(this, columnId);
+ return this._createValueCell(columnId) || super.createCell(columnId);
},
/**

Powered by Google App Engine
This is Rietveld 408576698