Chromium Code Reviews| Index: chrome/test/data/webui/mock_timer.js |
| diff --git a/chrome/test/data/webui/mock_timer.js b/chrome/test/data/webui/mock_timer.js |
| index c814764f1e1dead13e7f749585635a73028d6d24..ded92bdaa703f9af543ee9d373ab5bcce30622a7 100644 |
| --- a/chrome/test/data/webui/mock_timer.js |
| +++ b/chrome/test/data/webui/mock_timer.js |
| @@ -21,7 +21,7 @@ function MockTimer() { |
| * @type {number} |
| * @private |
| */ |
| - this.nextTimerKey_ = 0; |
| + this.nextTimerKey_ = 1; |
| /** |
| * Details for active timers. |