| Index: runtime/vm/flow_graph_compiler.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.cc (revision 27310)
|
| +++ runtime/vm/flow_graph_compiler.cc (working copy)
|
| @@ -89,7 +89,7 @@
|
| Isolate::Current()->object_store()->uint32x4_class())),
|
| list_class_(Class::ZoneHandle(
|
| Library::Handle(Library::CoreLibrary()).
|
| - LookupClass(Symbols::List(), NULL))),
|
| + LookupClass(Symbols::List()))),
|
| parallel_move_resolver_(this),
|
| pending_deoptimization_env_(NULL) {
|
| ASSERT(assembler != NULL);
|
|
|