Chromium Code Reviews| Index: runtime/lib/mirrors.cc |
| =================================================================== |
| --- runtime/lib/mirrors.cc (revision 25024) |
| +++ runtime/lib/mirrors.cc (working copy) |
| @@ -1476,9 +1476,8 @@ |
| if (function.IsNull()) { |
| const String& klass_name = String::Handle(klass.Name()); |
| const String& message = String::Handle( |
| - String::NewFormatted("%s: did not find %d-arg static method '%s.%s'.", |
| + String::NewFormatted("%s: did not find static method '%s.%s'.", |
|
regis
2013/07/15 22:34:26
FYI, instead of "find %d-arg", you would write "f
|
| "ClassMirror_invoke", |
| - number_of_arguments, |
| klass_name.ToCString(), |
| function_name.ToCString())); |
| ThrowMirroredCompilationError(message); |