Chromium Code Reviews| 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_))); |
| } |