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

Unified Diff: test/inspector/debugger/script-on-after-compile-expected.txt

Issue 2755863002: [Devtools] Add stacktrace to protocol for scriptParsed event (Closed)
Patch Set: better stack trace for fails and test for fail Created 3 years, 9 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: test/inspector/debugger/script-on-after-compile-expected.txt
diff --git a/test/inspector/debugger/script-on-after-compile-expected.txt b/test/inspector/debugger/script-on-after-compile-expected.txt
index e5004eed371364206688c886eeb08a2e072bfeb7..a5cf7c1a0b7851de999a6f039bd5bee1833db3e5 100644
--- a/test/inspector/debugger/script-on-after-compile-expected.txt
+++ b/test/inspector/debugger/script-on-after-compile-expected.txt
@@ -641,6 +641,17 @@ scriptParsed
length : 39
scriptId : <scriptId>
sourceMapURL :
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 20
+ functionName :
+ lineNumber : 0
+ scriptId : 61
dgozman 2017/03/16 21:09:21 You should sanitize this scriptId.
kozy 2017/03/16 21:26:01 it means that we need to fix our InspectorTest.log
allada 2017/03/16 22:23:58 Done.
+ url : eval-wrapper.js
+ }
+ ]
+ }
startColumn : 0
startLine : 0
url : eval.js

Powered by Google App Engine
This is Rietveld 408576698