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 |