Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2720)

Unified Diff: chrome/test/data/extensions/api_test/uncaught_exception_logging/extension_page.js

Issue 2170263002: [DevTools] Pass error object when reporting exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worklets! Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.';

Powered by Google App Engine
This is Rietveld 408576698