| 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 851ebf6561d4a643fbabed62adc19a78e42fb7f3..b2f370a226d0bbfca49dd1dfa46706d2d02f7b20 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
|
| @@ -24,14 +24,17 @@ Local
|
| x: 2014
|
| Block
|
| makeClosureDeeperBlockVar: "block.deep.TextParam"
|
| -Closure (makeClosure)
|
| +Closure (window.makeClosure)
|
| makeClosureBlockVar: "block.TextParam"
|
| makeClosureDeeperLocalVar: "local.deep.TextParam"
|
| makeClosureLocalVar: "local.TextParam"
|
| n: "TextParam"
|
| -Script
|
| +Module
|
| globalConst: 42
|
| globalLet: 41
|
| +Script
|
| + globalScriptConst: 42
|
| + globalScriptLet: 41
|
| WindowGlobal
|
| <section collapsed>
|
| Script execution resumed.
|
|
|