| 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..1250e35055f6e52a04a990c7d8ade00adf5d7bf4 100644
|
| --- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| +++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| @@ -8,9 +8,9 @@ Call stack:
|
| 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"
|
|
|