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

Unified Diff: runtime/vm/object_store.cc

Issue 10933039: Make int an abstract class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now with correct base. Created 8 years, 3 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
diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
index 08e780d87bff4f70002ce8f90c313e7e617a6b8d..086d93440e788921b80886fb1f2df2cd5ee2bf31 100644
--- a/runtime/vm/object_store.cc
+++ b/runtime/vm/object_store.cc
@@ -16,7 +16,7 @@ ObjectStore::ObjectStore()
: object_class_(Class::null()),
function_type_(Type::null()),
number_type_(Type::null()),
- int_interface_(Type::null()),
+ int_type_(Type::null()),
integer_implementation_class_(Class::null()),
smi_class_(Class::null()),
mint_class_(Class::null()),

Powered by Google App Engine
This is Rietveld 408576698