Index: src/profiler/cpu-profiler.h |
diff --git a/src/profiler/cpu-profiler.h b/src/profiler/cpu-profiler.h |
index 1a1249c8b2309c44dbc65fe9c78e1616427df483..ca6c82c86fce1d289d7fca64ca904189c5c21440 100644 |
--- a/src/profiler/cpu-profiler.h |
+++ b/src/profiler/cpu-profiler.h |
@@ -259,6 +259,7 @@ class CpuProfiler : public CodeEventListener { |
void StopProcessor(); |
void ResetProfiles(); |
void LogBuiltins(); |
+ void RecordInliningInfo(CodeEntry* entry, Code* code); |
Isolate* isolate_; |
base::TimeDelta sampling_interval_; |