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

Unified Diff: runtime/vm/object_store.cc

Issue 22425006: Fix equality of implicit closures in the Dart VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: added missing file Created 7 years, 4 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/vm/object_store.cc
===================================================================
--- runtime/vm/object_store.cc (revision 26064)
+++ runtime/vm/object_store.cc (working copy)
@@ -20,6 +20,7 @@
null_class_(Class::null()),
null_type_(Type::null()),
function_type_(Type::null()),
+ dart_function_impl_type_(Type::null()),
type_class_(Class::null()),
number_type_(Type::null()),
int_type_(Type::null()),

Powered by Google App Engine
This is Rietveld 408576698