| Index: LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| diff --git a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| index 3a6bc9a235625ebb85ee6ee19c1a4f95ee8ac81a..09be9c5d86103e9848ad52527667fdaa5558e5ac 100644
|
| --- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| +++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| @@ -2,15 +2,16 @@ Debugger was enabled.
|
|
|
| Running: testScopeChain
|
| Breakpoint added to source frame at line 35
|
| +Set timer for test function.
|
| Script execution paused.
|
| Call stack:
|
| 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36)
|
| 1) handleMessage (debugger-eval-on-call-frame.dart:14)
|
| staticField = 42
|
| globalVar = 14
|
| -foo = "'': error: line 2 pos 1: cannot access instance field 'foo' from a static function
|
| +foo = '': error: line 2 pos 1: cannot access instance field 'foo' from a static function
|
| foo
|
| -^"
|
| +^
|
| z = null
|
| inspect(document.documentElement).tagName = "HTML"
|
| inspect(document.body).tagName = "BODY"
|
|
|