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

Unified Diff: LayoutTests/dart/inspector/scope-variables-expected.txt

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.dart ('k') | LayoutTests/dart/microtask-queue-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/scope-variables-expected.txt
diff --git a/LayoutTests/dart/inspector/scope-variables-expected.txt b/LayoutTests/dart/inspector/scope-variables-expected.txt
index adf068922465acb058e6edeff78734a370feab9c..e7820e39becb9228c49b7f7948b93abe4e8f50ce 100644
--- a/LayoutTests/dart/inspector/scope-variables-expected.txt
+++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
@@ -6,6 +6,9 @@ Script execution paused.
Call stack:
0) handleMessage2 (scope-variables.dart:24)
1) handleMessage (scope-variables.dart:12)
+ 2) Function._apply@915557746 (dart:core-patch/function_patch.dart:7)
+ 3) Function.apply (dart:core-patch/function_patch.dart:28)
+ 4) _CreateDartFunctionForInteropIgnoreThis@342649749.call (dart:js:xxxx)
Dump scope sections:
Local
@@ -14,7 +17,7 @@ Local
a2: null
b: false
d: 1.618
- event: Instance of 'MessageEvent'
+ event: [object MessageEvent]
i: 42
l: [1, 2, 3]
scope_variables_testLibrary
@@ -29,6 +32,7 @@ scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate
dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING)
dart:_builtin: builtin
dart:_internal: dart._internal(VM_PRIVATE_MANGLING)
+ dart:_vmservice: dart._vmservice(VM_PRIVATE_MANGLING)
dart:async: dart.async
dart:collection: dart.collection
dart:convert: dart.convert
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.dart ('k') | LayoutTests/dart/microtask-queue-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698