| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt
|
| index ab2093dc872eabdcc67c49aece19a13f8efad5c4..42d6d19f62a4726ca1cdbf6ce42da90efae00886 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt
|
| @@ -7,8 +7,8 @@ Scope variables sidebar pane:
|
| Catch
|
| error: "boom!"
|
| Local
|
| - longMap: Map(1)
|
| - longObject: Object
|
| + longMap: Map(1) {100 => "hello"}
|
| + longObject: {}
|
| parameter1: 100
|
| parameter2: "hello"
|
| this: Window
|
|
|