| Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
|
| index 60ac70e5c68a0be791c0c090b619bc57cc748cf3..7e42eac8e92aaf0624360089e30c7194a1d3721e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
|
| @@ -14,13 +14,20 @@ Running test: testRejectedPromise
|
| {
|
| exceptionDetails : {
|
| columnNumber : 0
|
| + exception : {
|
| + description : 239
|
| + objectId : 0
|
| + type : number
|
| + value : 239
|
| + }
|
| + exceptionId : 0
|
| lineNumber : 0
|
| scriptId :
|
| stackTrace : {
|
| callFrames : [
|
| ]
|
| }
|
| - text : Promise was rejected
|
| + text : Uncaught (in promise)
|
| }
|
| result : {
|
| description : 239
|
| @@ -55,9 +62,16 @@ Running test: testExceptionInEvaluate
|
| {
|
| exceptionDetails : {
|
| columnNumber : 0
|
| + exception : {
|
| + description : 239
|
| + objectId : 0
|
| + type : number
|
| + value : 239
|
| + }
|
| + exceptionId : 0
|
| lineNumber : 0
|
| scriptId :
|
| - text : Uncaught 239
|
| + text : Uncaught
|
| }
|
| result : {
|
| description : 239
|
|
|