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

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

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: re-add stray line 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-mute-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception-expected.txt
index 8618708e8b761a97c4e1c6973d84887014d386b6..47f9608bd19b72669e93f1826818fd871fde30e2 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception-expected.txt
@@ -5,6 +5,6 @@ Script execution paused.
Call stack:
0) throwAnException (debugger-mute-exception.html:18)
1) handleClick (debugger-mute-exception.html:25)
-Paused on exception: 'TypeError: Cannot set property 'bar' of undefined'.
+Paused on exceptionTypeError: Cannot set property 'bar' of undefined
Script execution resumed.

Powered by Google App Engine
This is Rietveld 408576698