| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index d83e40d5d8664cf8b84c0b10c3e5e3b59e459d17..423fea76b40d2b1b2dd87dc893170da5aae9133d 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -9450,6 +9450,11 @@ RawLibrary* Library::AsyncLibrary() {
|
| }
|
|
|
|
|
| +RawLibrary* Library::ConvertLibrary() {
|
| + return Isolate::Current()->object_store()->convert_library();
|
| +}
|
| +
|
| +
|
| RawLibrary* Library::CoreLibrary() {
|
| return Isolate::Current()->object_store()->core_library();
|
| }
|
|
|