| Index: test/cctest/test-api.cc
|
| ===================================================================
|
| --- test/cctest/test-api.cc (revision 4831)
|
| +++ test/cctest/test-api.cc (working copy)
|
| @@ -9953,7 +9953,8 @@
|
| 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::Isolate::Current()->stack_guard()->climit());
|
| return v8::Undefined();
|
| }
|
|
|
|
|