Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt |
| index 8af7f7b4b3f6c5418df44120157eb96c289e5112..851ebf6561d4a643fbabed62adc19a78e42fb7f3 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt |
| @@ -11,7 +11,7 @@ Block |
| Catch |
| e: Error: An exception |
| at innerFunction (...) |
| - at testFunction (...) |
| + at testFunction (...) {stack: "Error: An exception↵ at innerFunction (...)", message: "An exception"} |
| Block |
| block1: "block {...}" |
| const1: 1 |