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

Unified Diff: vm/code_descriptors.h

Issue 10030001: Resubmit change 6302 after fixing the compiler warning on older GCC compiler versions: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « vm/bitmap_test.cc ('k') | vm/code_descriptors.cc » ('j') | vm/stack_frame.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_descriptors.h
===================================================================
--- vm/code_descriptors.h (revision 6329)
+++ vm/code_descriptors.h (working copy)
@@ -65,7 +65,8 @@
builder_(new BitmapBuilder()),
code_(Code::ZoneHandle()),
stack_map_(Stackmap::ZoneHandle()),
- list_(GrowableObjectArray::ZoneHandle(GrowableObjectArray::New())) { }
+ list_(GrowableObjectArray::ZoneHandle(
+ GrowableObjectArray::New(Heap::kOld))) { }
~StackmapBuilder() { }
// Gets state of stack slot (object or regular value).
« no previous file with comments | « vm/bitmap_test.cc ('k') | vm/code_descriptors.cc » ('j') | vm/stack_frame.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698