| Index: chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| index 79818240bff952dcb40d30428c45c4c30d2ef320..bef9ee783bc42a227c191bbf878f0d56420e75a3 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js
|
| @@ -66,7 +66,7 @@ ChromeVoxE2ETest.prototype = {
|
| */
|
| function SYNC_TEST_F(testFixture, testName, testFunction) {
|
| var wrappedTestFunction = function() {
|
| - testFunction();
|
| + testFunction.call(this);
|
| testDone([true, '']);
|
| };
|
| TEST_F(testFixture, testName, wrappedTestFunction);
|
|
|