| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index c77d801413a1271f3d7050720cd615bfb1b552d0..27784ade0ccdc1a0f9a55685bf058be96337108d 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -470,9 +470,7 @@ DEFINE_BOOL(enable_liveedit, true, "enable liveedit experimental feature")
 | 
|  DEFINE_BOOL(hard_abort, true, "abort by crashing")
 | 
|  
 | 
|  // execution.cc
 | 
| -// Slightly less than 1MB, since Windows' default stack size for
 | 
| -// the main execution thread is 1MB for both 32 and 64-bit.
 | 
| -DEFINE_INT(stack_size, 984,
 | 
| +DEFINE_INT(stack_size, V8_DEFAULT_STACK_SIZE_KB,
 | 
|             "default size of stack region v8 is allowed to use (in kBytes)")
 | 
|  
 | 
|  // frames.cc
 | 
| 
 |