| Index: runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/bin/vmservice/observatory/lib/src/service/object.dart b/runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| index 4fb2ba180ecd3fa0fc0f052877e1e632de2ccf03..afca179c0a73cd366b20ca913fc27ee6268b312b 100644
|
| --- a/runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| +++ b/runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| @@ -230,7 +230,7 @@ abstract class ServiceObject extends Observable {
|
| // updating the existing one.
|
| //
|
| // TODO(turnidge): Check for vmType changing as well?
|
| - assert(mapType == 'Error' || mapType == 'null');
|
| + assert(mapType == 'Error' || mapType == 'Sentinel');
|
| return new ServiceObject._fromMap(owner, map);
|
| }
|
| update(map);
|
|
|