Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js |
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js b/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js |
| index 6f14d2f9c43418cb7a8f069557b56ace9b8683a0..a671637f5bb03c1c0f397f48d6a68d029743d888 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js |
| @@ -40,7 +40,7 @@ CallbackHelper.prototype = { |
| return function() { |
| savedArgs.arguments = Array.prototype.slice.call(arguments); |
| runAll.invoke(); |
| - } |
| + }; |
| } |
| }; |