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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-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/function-name-in-console-message-stack-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
index eee1affab1cd71eb548321b95f0190b4211fd226..6f4b9797521aaf69cd05b571feb43a7501c3a110 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
@@ -1,7 +1,7 @@
CONSOLE ERROR: line 8: Uncaught Error
Tests exception message contains stack with correct function name.
- function-name-in-console-message-stack.html:8 Uncaught Error
+ function-name-in-console-message-stack.html:8 Uncaught Error(…)
foo.displayName @ function-name-in-console-message-stack.html:8
bar.displayName @ function-name-in-console-message-stack.html:16
baz.function.name @ function-name-in-console-message-stack.html:23

Powered by Google App Engine
This is Rietveld 408576698