Chromium Code Reviews| Index: runtime/vm/resolver.h |
| =================================================================== |
| --- runtime/vm/resolver.h (revision 27310) |
| +++ runtime/vm/resolver.h (working copy) |
| @@ -53,8 +53,7 @@ |
| const String& function_name, |
| intptr_t num_arguments, |
| const Array& argument_names, |
| - StaticResolveType resolve_type, |
| - String* ambiguity_error_msg); |
| + StaticResolveType resolve_type); |
| // Resolve specified dart static function. |
| static RawFunction* ResolveStaticByName(const Class& cls, |