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

Unified Diff: runtime/vm/debugger.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/dart_api_impl.cc ('k') | runtime/vm/isolate_reload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.cc
diff --git a/runtime/vm/debugger.cc b/runtime/vm/debugger.cc
index fce4e1a280e2644749e80edb6c9127e1de5b417f..95f9a3e97170db96a3d4465cb884ed65bbe4ae50 100644
--- a/runtime/vm/debugger.cc
+++ b/runtime/vm/debugger.cc
@@ -16,7 +16,7 @@
#include "vm/flags.h"
#include "vm/globals.h"
#include "vm/json_stream.h"
-#include "vm/kernel_reader.h"
+#include "vm/kernel.h"
#include "vm/longjump.h"
#include "vm/message_handler.h"
#include "vm/object.h"
@@ -2672,8 +2672,7 @@ bool Debugger::FindBestFit(const Script& script,
#ifndef DART_PRECOMPILED_RUNTIME
if (isolate_->use_dart_frontend()) {
has_func_literal_initializer =
- kernel::KernelReader::FieldHasFunctionLiteralInitializer(
- field, &start, &end);
+ kernel::FieldHasFunctionLiteralInitializer(field, &start, &end);
} else {
#endif // !DART_PRECOMPILED_RUNTIME
has_func_literal_initializer =
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/isolate_reload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698