Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 8117) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -5373,6 +5373,7 @@ |
| result.raw_ptr()->loaded_scripts_ = Array::null(); |
| result.set_native_entry_resolver(NULL); |
| result.raw_ptr()->corelib_imported_ = true; |
| + result.set_debuggable(false); |
| result.raw_ptr()->load_state_ = RawLibrary::kAllocated; |
| result.raw_ptr()->index_ = -1; |
| result.InitClassDictionary(); |