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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt

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: third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
index 432f9aff6f491a79460573cb3a9177a55f518207..d3101614355fd81ed8ac98d2290c9a14c313fc16 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
@@ -1,5 +1,5 @@
CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token )
Tests that syntax errors are logged into console and doesn't cause browser crash.
-Uncaught SyntaxError: Unexpected token ):2:16
+syntax-error.js:3 Uncaught SyntaxError: Unexpected token )

Powered by Google App Engine
This is Rietveld 408576698