| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index f339a50fa24771b5cc7a3bda7757e2c88af0b788..f2fb12e861057f7dc02e92e96c8e4ad356f04574 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -10979,7 +10979,7 @@ void Library::InitNativeWrappersLibrary(Isolate* isolate, bool is_kernel) {
|
| }
|
| // NOTE: If we bootstrap from a Kernel IR file we want to generate the
|
| // synthetic constructors for the native wrapper classes. We leave this up to
|
| - // the [KernelReader] who will take care of it later.
|
| + // the [KernelLoader] who will take care of it later.
|
| if (!is_kernel) {
|
| native_flds_lib.SetLoaded();
|
| }
|
|
|