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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 exceptionDetails : {
3 columnNumber : 2
4 lineNumber : 1
5 scriptId : 0
6 text : Uncaught SyntaxError: Unexpected end of input
7 url : foo1.js
8 }
9 }
10 {
11 scriptId : 0
12 }
13 {
14 }
15 {
16 exceptionDetails : {
17 columnNumber : 13
18 lineNumber : 0
19 scriptId : 0
20 text : Uncaught SyntaxError: Unexpected identifier
21 url : foo4.js
22 }
23 }
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698