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

Unified Diff: chrome/browser/resources/tracing/timeline_track.js

Issue 9696028: Get rid of |get x(x)| pattern in tracing/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/tracing/timeline_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing/timeline_track.js
diff --git a/chrome/browser/resources/tracing/timeline_track.js b/chrome/browser/resources/tracing/timeline_track.js
index 9e2d607ef718f83b54d0d6b392c351a7decaebdf..0d00b1e822c3630c3bd8a521c46e2fad0c9fe086 100644
--- a/chrome/browser/resources/tracing/timeline_track.js
+++ b/chrome/browser/resources/tracing/timeline_track.js
@@ -123,7 +123,7 @@ cr.define('tracing', function() {
this.classList.add('timeline-thread-track');
},
- get thread(thread) {
+ get thread() {
return this.thread_;
},
@@ -212,7 +212,7 @@ cr.define('tracing', function() {
this.classList.add('timeline-thread-track');
},
- get cpu(cpu) {
+ get cpu() {
return this.cpu_;
},
« no previous file with comments | « no previous file | chrome/browser/resources/tracing/timeline_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698