| Index: runtime/vm/flow_graph_type_propagator.cc
|
| diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc
|
| index bbd7cd357a8e89a9b095e36850c7c88828a8d9ed..728a1103410f9c84d2f614cf56a49498e120c8f1 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -567,9 +567,6 @@ bool CompileType::CanComputeIsInstanceOf(const AbstractType& type,
|
| return false;
|
| }
|
|
|
| - // We should never test for an instance of null.
|
| - ASSERT(!type.IsNullType());
|
| -
|
| // Consider the compile type of the value.
|
| const AbstractType& compile_type = *ToAbstractType();
|
| if (compile_type.IsMalformed()) {
|
|
|