| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 44544)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -253,6 +253,7 @@
|
| Representation rep, intptr_t cid);
|
| bool TryStringLengthOneEquality(InstanceCallInstr* call, Token::Kind op_kind);
|
|
|
| + Thread* thread() const { return flow_graph_->thread(); }
|
| Isolate* isolate() const { return flow_graph_->isolate(); }
|
| Zone* zone() const { return flow_graph_->zone(); }
|
|
|
|
|