 Chromium Code Reviews
 Chromium Code Reviews Issue 8655:
  Fixing profiling when using snapshot.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 8655:
  Fixing profiling when using snapshot.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/log.h | 
| =================================================================== | 
| --- src/log.h (revision 620) | 
| +++ src/log.h (working copy) | 
| @@ -109,7 +109,8 @@ | 
| // Write a raw string to the log to be used as a preamble. | 
| // No check is made that the 'preamble' is actually at the beginning | 
| - // of the log. | 
| + // of the log. The preample is used to write code events saved in the | 
| + // snapshot. | 
| static void Preamble(const char* content); | 
| // ==== Events that are always logged. ==== |