| Index: runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart
|
| ===================================================================
|
| --- runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart (revision 30547)
|
| +++ runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart (working copy)
|
| @@ -11,7 +11,7 @@
|
| @CustomTag('error-view')
|
| class ErrorViewElement extends ObservatoryElement {
|
| @published String error = '';
|
| - @published error_obj;
|
| + @published var error_obj;
|
|
|
| ErrorViewElement.created() : super.created();
|
| }
|
|
|