Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 27312) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -7255,6 +7255,7 @@ |
| Class& temp_class = |
| Class::Handle(Class::New(Symbols::TopLevel(), script, 0)); |
| temp_class.set_library(*this); |
| + temp_class.set_is_finalized(); |
| return temp_class.Evaluate(expr); |
| } |