| Index: test/inspector/runtime/console-line-and-column-expected.txt
|
| diff --git a/test/inspector/runtime/console-line-and-column-expected.txt b/test/inspector/runtime/console-line-and-column-expected.txt
|
| index 77f179811c2f1235189c168e08b20cdae64c0196..66b0e71f89e064a1df69d4b3424f05eaf5b27fa0 100644
|
| --- a/test/inspector/runtime/console-line-and-column-expected.txt
|
| +++ b/test/inspector/runtime/console-line-and-column-expected.txt
|
| @@ -1,29 +1,52 @@
|
| {
|
| - stackTrace : {
|
| - callFrames : [
|
| + method : Runtime.consoleAPICalled
|
| + params : {
|
| + args : [
|
| [0] : {
|
| - columnNumber : 8
|
| - functionName : (anonymous)
|
| - lineNumber : 0
|
| - scriptId : 0
|
| - url : (empty)
|
| + description : 239
|
| + type : number
|
| + value : 239
|
| }
|
| ]
|
| + executionContextId : 1
|
| + stackTrace : {
|
| + callFrames : [
|
| + [0] : {
|
| + columnNumber : 8
|
| + functionName :
|
| + lineNumber : 0
|
| + scriptId : <scriptId>
|
| + url :
|
| + }
|
| + ]
|
| + }
|
| + timestamp : <timestamp>
|
| + type : log
|
| }
|
| - type : log
|
| }
|
| {
|
| - stackTrace : {
|
| - callFrames : [
|
| + method : Runtime.consoleAPICalled
|
| + params : {
|
| + args : [
|
| [0] : {
|
| - columnNumber : 2
|
| - functionName : (anonymous)
|
| - lineNumber : 1
|
| - scriptId : 0
|
| - url : (empty)
|
| + description : 239
|
| + type : number
|
| + value : 239
|
| }
|
| ]
|
| + executionContextId : 1
|
| + stackTrace : {
|
| + callFrames : [
|
| + [0] : {
|
| + columnNumber : 2
|
| + functionName :
|
| + lineNumber : 1
|
| + scriptId : <scriptId>
|
| + url :
|
| + }
|
| + ]
|
| + }
|
| + timestamp : <timestamp>
|
| + type : log
|
| }
|
| - type : log
|
| -}
|
| -
|
| +}
|
|
|