Index: runtime/vm/flow_graph_compiler_ia32.cc |
diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc |
index e4b36630931ba7b799cb58bab92ce2bf7c3409fc..82a8535ddccf989ac21197c92475e4eefb84e7e8 100644 |
--- a/runtime/vm/flow_graph_compiler_ia32.cc |
+++ b/runtime/vm/flow_graph_compiler_ia32.cc |
@@ -261,7 +261,7 @@ bool FlowGraphCompiler::GenerateInstantiatedTypeNoArgumentsTest( |
kClassIdReg, type, is_instance_lbl, is_not_instance_lbl); |
return false; |
} |
- if (type.IsStringInterface()) { |
+ if (type.IsStringType()) { |
GenerateStringTypeCheck(kClassIdReg, is_instance_lbl, is_not_instance_lbl); |
return false; |
} |