Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index 02250595f840015ef47afe5ae490d97a63730f85..6d37385f8388f92e1428d9379f43d0cbb8ba2b5f 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -281,6 +281,7 @@ class Logger { |
| void ResumeProfiler(); |
| bool IsProfilerPaused(); |
| + void LogExistingFunction(SharedFunctionInfo* shared_ptr, Code* code_ptr); |
| // Logs all compiled functions found in the heap. |
| void LogCompiledFunctions(); |
| // Logs all accessor callbacks found in the heap. |