Chromium Code Reviews| Index: src/log.cc |
| =================================================================== |
| --- src/log.cc (revision 4906) |
| +++ src/log.cc (working copy) |
| @@ -148,7 +148,7 @@ |
| if (sample->state == GC) return; |
| - const Address js_entry_sp = Top::js_entry_sp( |
| + const Address js_entry_sp = Isolate::js_entry_sp( |
| Isolate::Current()->thread_local_top()); |
| if (js_entry_sp == 0) { |
| // Not executing JS now. |