| Index: third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
|
| index 499d5de806ba2deec105d7bd806853f8776adcae..02e7159de1f7d837759ab470c422322dad0a01ea 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
|
| @@ -14,17 +14,17 @@ foo.js:4 Uncaught Error: error_text
|
| throwError();
|
| foo.js:4 Uncaught Error: error_text
|
| at throwError (foo.js:4)
|
| - at <anonymous>:1:1throwError @ foo.js:4(anonymous function) @ VM:1
|
| + at <anonymous>:1:1throwError @ foo.js:4(anonymous) @ VM:1
|
| setTimeout(throwObject, 0); undefined
|
| undefined
|
| foo.js:9 Uncaught Object {a: 42}throwObject @ foo.js:9
|
| throwObject();
|
| -foo.js:9 Uncaught Object {a: 42}throwObject @ foo.js:9(anonymous function) @ VM:1
|
| +foo.js:9 Uncaught Object {a: 42}throwObject @ foo.js:9(anonymous) @ VM:1
|
| setTimeout(throwNumber, 0); undefined
|
| undefined
|
| foo.js:14 Uncaught 42throwNumber @ foo.js:14
|
| throwNumber();
|
| -foo.js:14 Uncaught 42throwNumber @ foo.js:14(anonymous function) @ VM:1
|
| +foo.js:14 Uncaught 42throwNumber @ foo.js:14(anonymous) @ VM:1
|
| setTimeout(rejectWithError, 0); undefined
|
| undefined
|
| foo.js:19 Uncaught (in promise) Error: promise_error
|
| @@ -33,11 +33,11 @@ rejectWithError();
|
| undefined
|
| foo.js:19 Uncaught (in promise) Error: promise_error
|
| at rejectWithError (foo.js:19)
|
| - at <anonymous>:1:1rejectWithError @ foo.js:19(anonymous function) @ VM:1
|
| + at <anonymous>:1:1rejectWithError @ foo.js:19(anonymous) @ VM:1
|
| setTimeout(rejectWithObject, 0); undefined
|
| undefined
|
| foo.js:24 Uncaught (in promise) Object {b: 42}rejectWithObject @ foo.js:24
|
| rejectWithObject();
|
| undefined
|
| -foo.js:24 Uncaught (in promise) Object {b: 42}rejectWithObject @ foo.js:24(anonymous function) @ VM:1
|
| +foo.js:24 Uncaught (in promise) Object {b: 42}rejectWithObject @ foo.js:24(anonymous) @ VM:1
|
|
|
|
|