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

Unified Diff: runtime/vm/kernel_binary_flowgraph.h

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.cc ('k') | runtime/vm/kernel_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_binary_flowgraph.h
diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
index 3aa4aaebbd297880ba8a35b86bdf8c940bf93c6f..d5798e7f5eab170f7160f85f37cd7e24413d35f7 100644
--- a/runtime/vm/kernel_binary_flowgraph.h
+++ b/runtime/vm/kernel_binary_flowgraph.h
@@ -507,7 +507,7 @@ class StreamingDartTypeTranslator {
bool finalize_;
friend class StreamingScopeBuilder;
- friend class KernelReader;
+ friend class KernelLoader;
};
class StreamingScopeBuilder {
@@ -1079,7 +1079,7 @@ class StreamingFlowGraphBuilder {
friend class LibraryHelper;
friend class ConstructorHelper;
friend class SimpleExpressionConverter;
- friend class KernelReader;
+ friend class KernelLoader;
};
// A helper class that saves the current reader position, goes to another reader
« no previous file with comments | « runtime/vm/kernel.cc ('k') | runtime/vm/kernel_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698