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 d3530d65ac328be1f864cd99950cf997b8145c37..98c6a2217320ad2bdd52e914b8b27b495f8ed9c8 100644 |
--- a/LayoutTests/dart/inspector/scope-variables-expected.txt |
+++ b/LayoutTests/dart/inspector/scope-variables-expected.txt |
@@ -15,17 +15,17 @@ Local |
d: 1.618 |
event: MessageEvent |
i: 42 |
- l: Array[3] |
+ l: List[3] |
this: undefined |
-ObjectGlobal |
- A: A [Dart Class] |
- core: Object |
- globalVariable: "globalString" |
- handleMessage: function invoke() |
- handleMessage2: function invoke() |
- html: Object |
- main: function invoke() |
- throwingGetter: "<Exception thrown>" |
+[Dart Library]Global |
+ A: A |
+ core: [Dart Library] |
+ handleMessage: [Dart Function] |
+ handleMessage2: [Dart Function] |
+ html: [Dart Library] |
+ main: [Dart Function] |
+ regularGetter: "regular value" |
+ throwingGetter: [Exception: Error] |
Inspected value toString(): [Instance of A, d = 3.14] |
Script execution resumed. |
Debugger was disabled. |