Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 1b398ddc6faebb9cbb6cfd7171c06da2590a5e2f..c0b5e925fc81b257ce06d8bb60ff58d394de1628 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -1313,7 +1313,8 @@ class Class : public Object { |
| RawFunction* GetInvocationDispatcher(const String& target_name, |
| const Array& args_desc, |
| - RawFunction::Kind kind) const; |
| + RawFunction::Kind kind, |
| + bool create_if_absent) const; |
| void Finalize() const; |