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

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

Issue 7497049: Quick-fixes to about:tracing following move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More minor tweaks Created 9 years, 4 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
Index: chrome/browser/resources/tracing/timeline.js
diff --git a/chrome/browser/resources/tracing/timeline.js b/chrome/browser/resources/tracing/timeline.js
index e942b2dea1a0078ae1e827f01d1e01648a56e485..eecf3ab0063d5d1323fa12dfc5ee10e3b1af2691 100644
--- a/chrome/browser/resources/tracing/timeline.js
+++ b/chrome/browser/resources/tracing/timeline.js
@@ -208,7 +208,7 @@ cr.define('tracing', function() {
// Create tracks.
this.tracks_.textContent = '';
var threads = model.getAllThreads();
- threads.sort(gpu.TimelineThread.compare);
+ threads.sort(tracing.TimelineThread.compare);
for (var tI = 0; tI < threads.length; tI++) {
var thread = threads[tI];
var track = new TimelineThreadTrack();
« no previous file with comments | « chrome/browser/resources/tracing/overlay_test.html ('k') | chrome/browser/resources/tracing/timeline_track.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698