| Index: runtime/vm/intrinsifier.cc
|
| diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc
|
| index 193dba449619214b73877db74300eaa3b2e7385f..af15e7a7f2a81df0e199b6cf7518a5bc31da34a0 100644
|
| --- a/runtime/vm/intrinsifier.cc
|
| +++ b/runtime/vm/intrinsifier.cc
|
| @@ -770,7 +770,7 @@ bool Intrinsifier::Build_GrowableArrayGetIndexed(FlowGraph* flow_graph) {
|
|
|
|
|
| bool Intrinsifier::Build_GrowableArraySetIndexed(FlowGraph* flow_graph) {
|
| - if (Isolate::Current()->flags().type_checks()) {
|
| + if (Isolate::Current()->type_checks()) {
|
| return false;
|
| }
|
|
|
|
|