Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: runtime/vm/object.cc

Issue 3010543002: Rename the class "KernelReader" to "KernelLoader". (Closed)
Patch Set: Fix alphabetical order in vm_sources.gni. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/kernel_to_il.cc ('k') | runtime/vm/vm_sources.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « runtime/vm/kernel_to_il.cc ('k') | runtime/vm/vm_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698