| Index: runtime/vm/ast_printer.cc
|
| diff --git a/runtime/vm/ast_printer.cc b/runtime/vm/ast_printer.cc
|
| index d0c1c01b9344cbaa7bff5d21d6c5c42c57b277d8..e4388278f91d83fbf6d371f1da8a9b038a1fd6cd 100644
|
| --- a/runtime/vm/ast_printer.cc
|
| +++ b/runtime/vm/ast_printer.cc
|
| @@ -137,7 +137,7 @@ void AstPrinter::VisitLoadInstanceFieldNode(LoadInstanceFieldNode* node) {
|
|
|
|
|
| void AstPrinter::VisitStoreInstanceFieldNode(StoreInstanceFieldNode* node) {
|
| - VisitGenericFieldNode(node, node->field());
|
| + VisitGenericFieldNode(node, Field::ZoneHandle(node->field().Original()));
|
| }
|
|
|
|
|
|
|