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

Unified Diff: tracing/tracing/base/unittest/test_suite.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/base/unittest/test_suite.html
diff --git a/tracing/tracing/base/unittest/test_suite.html b/tracing/tracing/base/unittest/test_suite.html
index 9dbf2ce3358ff3bd386b6285f3567c57816e9b13..34f5d0525a0ebea6efa106bab70bf0528f424360 100644
--- a/tracing/tracing/base/unittest/test_suite.html
+++ b/tracing/tracing/base/unittest/test_suite.html
@@ -49,7 +49,7 @@ tr.exportTo('tr.b.unittest', function() {
var testName = testCaseOrName;
var testFn = opt_testFn;
var options = opt_options || {};
- if (testFn == undefined)
+ if (testFn === undefined)
throw new Error('Must provide opt_testFn');
// If the test cares about DPI settings then we first push a test
« no previous file with comments | « tracing/tracing/base/unittest/test_runner.html ('k') | tracing/tracing/base/unittest/text_test_results.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698