| Index: chrome/test/data/extensions/api_test/uncaught_exception_logging/extension_page.js
|
| diff --git a/chrome/test/data/extensions/api_test/uncaught_exception_logging/extension_page.js b/chrome/test/data/extensions/api_test/uncaught_exception_logging/extension_page.js
|
| index 8ec94aaa0088237b84b832df521c8173d2e4abc1..0530fd1016e408b41e66b61ecb3cd775e737cd4a 100644
|
| --- a/chrome/test/data/extensions/api_test/uncaught_exception_logging/extension_page.js
|
| +++ b/chrome/test/data/extensions/api_test/uncaught_exception_logging/extension_page.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -throw new Error('Exception thrown in extension page.');
|
| +throw 'Exception thrown in extension page.';
|
|
|