Index: vm/isolate.h |
=================================================================== |
--- vm/isolate.h (revision 8702) |
+++ vm/isolate.h (working copy) |
@@ -198,8 +198,7 @@ |
static uword GetSpecifiedStackSize(); |
- static const uword kStackSizeBuffer = (4 * KB); |
- static const uword kDefaultStackSize = (128 * KB); |
+ static const intptr_t kStackSizeBuffer = (4 * KB); |
static ThreadLocalKey isolate_key; |
StoreBufferBlock store_buffer_; |