| Index: chrome/test/data/extensions/api_test/uncaught_exception_logging/content_script.js
|
| diff --git a/chrome/test/data/extensions/api_test/uncaught_exception_logging/content_script.js b/chrome/test/data/extensions/api_test/uncaught_exception_logging/content_script.js
|
| index 7384e61d822e6122d70088429779acd8ea82e38c..841bfb771b02051298fb308546ce801cf9eadef9 100644
|
| --- a/chrome/test/data/extensions/api_test/uncaught_exception_logging/content_script.js
|
| +++ b/chrome/test/data/extensions/api_test/uncaught_exception_logging/content_script.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 injected script.");
|
| +throw "Exception thrown in injected script.";
|
|
|