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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt

Issue 2154623002: [DevTools] Make most fields of ExceptionDetails non-optional. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
1 { 1 {
2 exceptionDetails : { 2 exceptionDetails : {
3 columnNumber : 2 3 columnNumber : 2
4 lineNumber : 1 4 lineNumber : 1
5 scriptId : 0 5 scriptId : 0
6 text : Uncaught SyntaxError: Unexpected end of input 6 text : Uncaught SyntaxError: Unexpected end of input
7 url : foo1.js
8 } 7 }
9 } 8 }
10 { 9 {
11 scriptId : 0 10 scriptId : 0
12 } 11 }
13 { 12 {
14 } 13 }
15 { 14 {
16 exceptionDetails : { 15 exceptionDetails : {
17 columnNumber : 13 16 columnNumber : 13
18 lineNumber : 0 17 lineNumber : 0
19 scriptId : 0 18 scriptId : 0
20 text : Uncaught SyntaxError: Unexpected identifier 19 text : Uncaught SyntaxError: Unexpected identifier
21 url : foo4.js
22 } 20 }
23 } 21 }
24 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698