| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 109a9a1c7e31e17126a407ebb8e9d86186339304..513334fe39487bf2bf8f640a351114aeee0c6893 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -124,7 +124,7 @@ class InlineExitCollector: public ZoneAllocated {
|
| class FlowGraphBuilder : public ValueObject {
|
| public:
|
| // The inlining context is NULL if not inlining. The osr_id is the deopt
|
| - // id of the OSR entry or Thread::kNoDeoptId if not compiling for OSR.
|
| + // id of the OSR entry or Compiler::kNoOSRDeoptId if not compiling for OSR.
|
| FlowGraphBuilder(const ParsedFunction& parsed_function,
|
| const ZoneGrowableArray<const ICData*>& ic_data_array,
|
| InlineExitCollector* exit_collector,
|
| @@ -248,7 +248,7 @@ class FlowGraphBuilder : public ValueObject {
|
| // A stack of enclosing nested statements.
|
| NestedStatement* nesting_stack_;
|
|
|
| - // The deopt id of the OSR entry or Thread::kNoDeoptId if not compiling
|
| + // The deopt id of the OSR entry orCompiler::kNoOSRDeoptId if not compiling
|
| // for OSR.
|
| const intptr_t osr_id_;
|
|
|
|
|