Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 078dc50745f3a9101f7a94b46ba54d0b6bcc94c2..927ad0e0fbd2f72c1ca68e8acf99b597ac02124c 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -649,7 +649,7 @@ class Isolate { |
} |
inline Address* handler_address() { return &thread_local_top_.handler_; } |
- // Bottom JS entry (see StackTracer::Trace in log.cc). |
+ // Bottom JS entry (see StackTracer::Trace in sampler.cc). |
static Address js_entry_sp(ThreadLocalTop* thread) { |
return thread->js_entry_sp_; |
} |