| Index: LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| diff --git a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| index 0bd46cd3e91d62b587b0c6741ba88d0ea6f51398..cdf6f5b0207c042659348563f9e990b7fb7f6a08 100644
|
| --- a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| +++ b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE INFO: Observatory listening at http://127.0.0.1:52753/
|
| CONSOLE MESSAGE: line 1: Hello [object Window]
|
| CONSOLE MESSAGE: line 1: foo
|
|
|
| @@ -20,7 +21,7 @@ Tried calling: somePropertyThatDoesntExist
|
| #1 Object.noSuchMethod (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| #2 Eval.<anonymous closure> (evaluate:source:2:6)
|
| #3 handleMessage (FILE_SOURCE_LOCATION/evaluate-in-console.dart:13:5)
|
| -#4 _EventStreamSubscription._EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| +#4 new _EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| test.toString() = "<Test instance with instanceField = new value>"
|
| test.toString(1) = Uncaught Unhandled exception:
|
| NoSuchMethodError: Class 'Test' has no instance method 'toString' with matching arguments.
|
| @@ -31,7 +32,7 @@ Found: toString()
|
| #1 Object.noSuchMethod (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| #2 Eval.<anonymous closure> (evaluate:source:2:6)
|
| #3 handleMessage (FILE_SOURCE_LOCATION/evaluate-in-console.dart:13:5)
|
| -#4 _EventStreamSubscription._EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| +#4 new _EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| test.create("x").instanceField = "x"
|
| test.concat(test.create("x"), test.create("y")) = "new value:x:y"
|
| _private = "private"
|
|
|