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 |