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

Unified Diff: runtime/lib/object.cc

Issue 11312019: Remove references to ObjectNotClosureException and ClosureArgumentMismatchException (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
Index: runtime/lib/object.cc
===================================================================
--- runtime/lib/object.cc (revision 14352)
+++ runtime/lib/object.cc (working copy)
@@ -25,6 +25,7 @@
GrowableArray<const Object*> args;
args.Add(&function_name);
args.Add(&func_args);
+ // TODO(regis): Change to Exceptions::kNoSuchMethod.
srdjan 2012/10/31 17:52:51 Remove the TODO since this has not been agreed upo
regis 2012/10/31 18:04:37 Done.
Exceptions::ThrowByType(Exceptions::kNullPointer, args);
}
const Object& null_object = Object::Handle(Object::null());

Powered by Google App Engine
This is Rietveld 408576698