| Index: sdk/lib/async/zone.dart
|
| diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart
|
| index f419ca088ba6035a5fccc0e11cb1aa625de8ff50..2306a6e646a72f38d4af7130ac73861ab4b9cc83 100644
|
| --- a/sdk/lib/async/zone.dart
|
| +++ b/sdk/lib/async/zone.dart
|
| @@ -522,7 +522,7 @@ class _ZoneDelegate implements ZoneDelegate {
|
| }
|
|
|
| void print(Zone zone, String line) {
|
| - _CustomizedZone parent = _degelationTarget;
|
| + _BaseZone parent = _degelationTarget;
|
| while (parent._specification.print == null) {
|
| parent = parent.parent;
|
| }
|
|
|