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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/raster_task_view_test.html

Issue 2390373003: Change all == to === and != to !== in trace viewer. (Closed)
Patch Set: more changes from code review Created 4 years, 2 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: tracing/tracing/ui/extras/chrome/cc/raster_task_view_test.html
diff --git a/tracing/tracing/ui/extras/chrome/cc/raster_task_view_test.html b/tracing/tracing/ui/extras/chrome/cc/raster_task_view_test.html
index a4b6f28ab08ed3318b12c6b95dffc09d494f6773..cb3d11d495313797ceb94de8a1256bc7a49cc592 100644
--- a/tracing/tracing/ui/extras/chrome/cc/raster_task_view_test.html
+++ b/tracing/tracing/ui/extras/chrome/cc/raster_task_view_test.html
@@ -29,7 +29,7 @@ tr.b.unittest.testSuite(function() {
var m = tr.c.TestUtils.newModelWithEvents([g_catLTHIEvents]);
var p = m.processes[1];
var rasterTasks = p.threads[1].sliceGroup.slices.filter(function(slice) {
- return slice.title == 'RasterTask' || slice.title == 'AnalyzeTask';
+ return slice.title === 'RasterTask' || slice.title === 'AnalyzeTask';
});
var selection = new tr.model.EventSet();
« no previous file with comments | « tracing/tracing/ui/extras/chrome/cc/raster_task_view.html ('k') | tracing/tracing/ui/extras/deep_reports/html_results.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698