Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 1f6e60e1a67b6425bb20db56fe473d614824ba20..e68d45805f17882119971a879c1202e0d1fb6a6c 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -292,7 +292,7 @@ class Logger { |
// Logs all accessor callbacks found in the heap. |
static void LogAccessorCallbacks(); |
// Used for logging stubs found in the snapshot. |
- static void LogCodeObject(Object* code_object); |
+ static void LogCodeObjects(); |
private: |
@@ -325,6 +325,9 @@ class Logger { |
// Emits the source code of a regexp. Used by regexp events. |
static void LogRegExpSource(Handle<JSRegExp> regexp); |
+ // Used for logging stubs found in the snapshot. |
+ static void LogCodeObject(Object* code_object); |
+ |
// Emits a profiler tick event. Used by the profiler thread. |
static void TickEvent(TickSample* sample, bool overflow); |