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

Unified Diff: vm/object.cc

Issue 12218082: - Remove redundant type parameters for internal data. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 7 years, 10 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
« vm/object.h ('K') | « vm/object.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/object.cc
===================================================================
--- vm/object.cc (revision 18159)
+++ vm/object.cc (working copy)
@@ -11868,9 +11868,6 @@
const Array& new_contents =
Array::Handle(Array::Grow(contents, new_capacity, space));
StorePointer(&(raw_ptr()->data_), new_contents.raw());
siva 2013/02/08 23:13:34 Ditto.
Ivan Posva 2013/02/08 23:27:32 ditto.
- ASSERT(AbstractTypeArguments::AreEqual(
- AbstractTypeArguments::Handle(new_contents.GetTypeArguments()),
- AbstractTypeArguments::Handle(raw_ptr()->type_arguments_)));
}
« vm/object.h ('K') | « vm/object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698