Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index ef77117b480753f3e7b0c5a28cc82ff3172f99b9..69be1038fdbf30e6a7b92005512efa33ae78e66d 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -199,6 +199,8 @@ class Logger { |
| // Emits the source code of a regexp. Used by regexp events. |
| static void LogRegExpSource(Handle<JSRegExp> regexp); |
| + static void LogString(Handle<String> str); |
| + |
| // Emits a profiler tick event. Used by the profiler thread. |
| static void TickEvent(TickSample* sample, bool overflow); |