| Index: test/cctest/test-log-stack-tracer.cc
|
| ===================================================================
|
| --- test/cctest/test-log-stack-tracer.cc (revision 4839)
|
| +++ test/cctest/test-log-stack-tracer.cc (working copy)
|
| @@ -130,8 +130,8 @@
|
|
|
|
|
| static Address GetJsEntrySp() {
|
| - CHECK_NE(NULL, Top::GetCurrentThread());
|
| - return Top::js_entry_sp(Top::GetCurrentThread());
|
| + CHECK_NE(NULL, i::Isolate::Current()->thread_local_top());
|
| + return Top::js_entry_sp(i::Isolate::Current()->thread_local_top());
|
| }
|
|
|
|
|
|
|