Index: src/v8.cc |
=================================================================== |
--- src/v8.cc (revision 3200) |
+++ src/v8.cc (working copy) |
@@ -108,7 +108,7 @@ |
// Deserializing may put strange things in the root array's copy of the |
// stack guard. |
- Heap::SetStackLimit(StackGuard::jslimit()); |
+ Heap::SetStackLimits(); |
// Setup the CPU support. Must be done after heap setup and after |
// any deserialization because we have to have the initial heap |