Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1984)

Unified Diff: runtime/lib/mirrors.cc

Issue 19289002: Fix the build on 64-bit. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698