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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception-expected.txt

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: address comments; new widget Created 4 years, 2 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/sources/debugger-pause/debugger-pause-on-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception-expected.txt
index 2ffd897e3f102f32a185edb6e15be514ae3c31ac..b7461f725a5b4d5a0d4945be9a93d56303b20fe2 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception-expected.txt
@@ -6,6 +6,6 @@ Script execution paused.
Call stack:
0) throwAnException (debugger-pause-on-exception.html:9)
1) handleClick (debugger-pause-on-exception.html:14)
-Paused on exception: 'ReferenceError: unknown_var is not defined'.
+Paused on exceptionReferenceError: unknown_var is not defined
Script execution resumed.

Powered by Google App Engine
This is Rietveld 408576698