Index: runtime/vm/flow_graph_compiler.h |
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
index 0e91b00f39f13665cf97adf257fa9af5063623c6..0a7949af78c92d50caccbfdce8545ce91240c137 100644 |
--- a/runtime/vm/flow_graph_compiler.h |
+++ b/runtime/vm/flow_graph_compiler.h |
@@ -608,7 +608,8 @@ class FlowGraphCompiler : public ValueObject { |
static bool LookupMethodFor(int class_id, |
const String& name, |
const ArgumentsDescriptor& args_desc, |
- Function* fn_return); |
+ Function* fn_return, |
+ bool* class_is_abstract_return = NULL); |
Vyacheslav Egorov (Google)
2017/06/30 16:53:21
maybe just class_is_abstract?
|
#if defined(TARGET_ARCH_DBC) |
enum CallResult { |