| 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 d59b5ac2102ec5b9c58c4ba0f80609f143ce7cf9..95cf9bffbb7f9617a1351e6cd79dcfd1ebda79ba 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
|
| @@ -33,13 +33,13 @@ Running test: testRejectedPromise
|
| Running test: testPrimitiveValueInsteadOfPromise
|
| {
|
| code : -32000
|
| - message : Result of expression is not a promise.
|
| + message : Result of the evaluation is not a promise
|
| }
|
|
|
| Running test: testObjectInsteadOfPromise
|
| {
|
| code : -32000
|
| - message : Result of expression is not a promise.
|
| + message : Result of the evaluation is not a promise
|
| }
|
|
|
| Running test: testPendingPromise
|
|
|