| Index: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt b/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
|
| index 92adfc72e74b7e51fa18c9a1684cc12b8a1cd0f4..3b291f82087b71fe3ef986b04d2a6c8a3832b5d1 100644
|
| --- a/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
|
| +++ b/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
|
| @@ -14,7 +14,7 @@ WindowGlobal
|
|
|
| 2) innerFunction async-callstack-scopes.html:18
|
| ObjectWith Block
|
| - foo: "bar"
|
| + foo: "bar2"
|
| Catch
|
| e: Error
|
| Local
|
| @@ -47,9 +47,7 @@ Closure
|
| WindowGlobal
|
| <section collapsed>
|
|
|
| -5) innerFunction async-callstack-scopes.html:21
|
| -Catch
|
| - e: Error
|
| +5) innerFunction async-callstack-scopes.html:18
|
| Local
|
| arguments: Arguments[1]
|
| innerFunctionLocalVar: 102
|
| @@ -59,7 +57,7 @@ Closure
|
| callback: function innerTimeout1()
|
| makeClosureLocalVar: "local.1"
|
| n: 1
|
| - withScope: undefined
|
| + withScope: Object
|
| WindowGlobal
|
| <section collapsed>
|
|
|
|
|