Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt

Issue 209473013: DevTools: Collect truncated scopes for async stacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698