| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
|
| index 1e34a9b40fce7b07b149cdaee48cc3ab3d591267..244038b11123d0cfa53d882daa93529732b14a3c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt
|
| @@ -3,8 +3,8 @@ Tests that inline scope variables are rendering correctly.
|
|
|
| Set timer for test function.
|
| 9: length = 123
|
| -10: a = [1, 2, 3]
|
| +10: a = (3) [1, 2, 3]
|
| 11:
|
| 12: b = 42
|
| -13: a = [1, 2, 3]
|
| +13: a = (3) [1, 2, 3]
|
|
|
|
|