Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 23841) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -1083,11 +1083,6 @@ |
| return error.raw(); |
| } |
| - // Remove the Object superclass cycle by setting the super type to null (not |
| - // to the type of null). |
| - cls = object_store->object_class(); |
| - cls.set_super_type(AbstractType::Handle()); |
| - |
| ClassFinalizer::VerifyBootstrapClasses(); |
| MarkInvisibleFunctions(); |