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

Unified Diff: tracing/tracing/extras/importer/trace_event_importer_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/extras/importer/trace_event_importer_test.html
diff --git a/tracing/tracing/extras/importer/trace_event_importer_test.html b/tracing/tracing/extras/importer/trace_event_importer_test.html
index d9a607374c976db3a08cfe8bc41d0d9e95b30e17..2c5d67e448aefd329c25140d77cdf9ccc9eabf34 100644
--- a/tracing/tracing/extras/importer/trace_event_importer_test.html
+++ b/tracing/tracing/extras/importer/trace_event_importer_test.html
@@ -442,7 +442,7 @@ tr.b.unittest.testSuite(function() {
});
test('taskColoring', function() {
- // The test below depends on hashing of 'a' != 'b'. Fail early if that
+ // The test below depends on hashing of 'a' !== 'b'. Fail early if that
// assumption is incorrect.
assert.notEqual(ColorScheme.getStringHash('a'),
ColorScheme.getStringHash('b'));
« no previous file with comments | « tracing/tracing/extras/importer/trace_event_importer.html ('k') | tracing/tracing/extras/importer/v8/codemap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698