| Index: tracing/tracing/base/iteration_helpers_test.html
|
| diff --git a/tracing/tracing/base/iteration_helpers_test.html b/tracing/tracing/base/iteration_helpers_test.html
|
| index 77d32d106513806ebbe0dea4df94608bf73d07df..28d030b5db3ab38d1dcf50e148a3f985afa0ecbb 100644
|
| --- a/tracing/tracing/base/iteration_helpers_test.html
|
| +++ b/tracing/tracing/base/iteration_helpers_test.html
|
| @@ -288,7 +288,7 @@ tr.b.unittest.testSuite(function() {
|
| var that = this;
|
| var k = tr.b.findFirstKeyInDictMatching(dict, function(key, value) {
|
| assert.equal(this, that);
|
| - return value == 2;
|
| + return value === 2;
|
| }, this);
|
| assert.equal(k, 'b');
|
|
|
|
|