| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index 93cd028774b48ab016e12f8074ba88e9117c41e1..33fd19b027995bc67b037e97316727d4239ebef3 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.h
|
| @@ -133,7 +133,7 @@ class FlowGraphCompiler : public FlowGraphVisitor {
|
| intptr_t try_index);
|
|
|
| // Type checking helper methods.
|
| - void CheckClasses(const GrowableArray<const Class*>& classes,
|
| + void CheckClassIds(const GrowableArray<intptr_t>& class_ids,
|
| Label* is_instance_lbl,
|
| Label* is_not_instance_lbl);
|
| RawSubtypeTestCache* GenerateInlineInstanceof(intptr_t cid,
|
|
|