| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index ec199eae568a86deabe777e2ecd7282b8782385f..b8c290ade406b36178afca427be5ac484ce7171e 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -4635,7 +4635,7 @@ void Parser::ParseClassDeclaration(const GrowableObjectArray& pending_classes,
|
| // The patched class must not be finalized yet.
|
| const Class& orig_class = Class::Cast(obj);
|
| ASSERT(!orig_class.is_finalized());
|
| - orig_class.set_patch_class(cls);
|
| + orig_class.SetPatchClass(cls);
|
| cls.set_is_patch();
|
| }
|
| pending_classes.Add(cls, Heap::kOld);
|
|
|