| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index 69be1038fdbf30e6a7b92005512efa33ae78e66d..c950b865873b8f73877da1c5f92a7069fe40e000 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -181,7 +181,7 @@ class Logger {
|
| // ==== Events logged by --log-regexp ====
|
| // Regexp compilation and execution events.
|
|
|
| - static void RegExpCompileEvent(Handle<JSRegExp> regexp);
|
| + static void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
|
|
|
| static void RegExpExecEvent(Handle<JSRegExp> regexp,
|
| int start_index,
|
|
|