Index: runtime/vm/resolver.h |
diff --git a/runtime/vm/resolver.h b/runtime/vm/resolver.h |
index 32629aa713940c3b4ea7f8d40f91cb4b85735e92..9a52ad387d55710a6aa9f3b39e3b0ba57affc710 100644 |
--- a/runtime/vm/resolver.h |
+++ b/runtime/vm/resolver.h |
@@ -37,6 +37,7 @@ class Resolver : public AllStatic { |
// If 'allow_add' is true we may add a function to the class during lookup. |
static RawFunction* ResolveDynamicAnyArgs( |
+ Zone* zone, |
const Class& receiver_class, |
const String& function_name, |
bool allow_add = true); |