| 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
|
|
|