Chromium Code Reviews| Index: test/cctest/test-api.cc |
| =================================================================== |
| --- test/cctest/test-api.cc (revision 5815) |
| +++ test/cctest/test-api.cc (working copy) |
| @@ -10629,7 +10629,7 @@ |
| static uint32_t* stack_limit; |
| static v8::Handle<Value> GetStackLimitCallback(const v8::Arguments& args) { |
| - stack_limit = reinterpret_cast<uint32_t*>(i::StackGuard::climit()); |
| + stack_limit = reinterpret_cast<uint32_t*>(i::StackGuard::real_climit()); |
| return v8::Undefined(); |
| } |