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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt

Issue 2130203002: [DevTools] Better ExceptionDetails in js_protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a 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/sources/debugger/debugger-compile-and-run-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
index 64ac2c0d27d7b8b86309aa2a3d0bceb3653deae2..878de58cd53c7c9ef432248ba91b754e6491fa58 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
@@ -12,7 +12,7 @@ Compiling script
Running script
exceptionDetails:
Uncaught ReferenceError: c is not defined
- line: 1, column: 15
+ line: 0, column: 15
exceptionDetails stack trace:
url: test.js
function:
@@ -22,6 +22,6 @@ Running: testCompileError
Compiling script
exceptionDetails:
Uncaught SyntaxError: Unexpected token }
- line: 1, column: 0
+ line: 0, column: 0
no stack trace attached to exceptionDetails

Powered by Google App Engine
This is Rietveld 408576698