 Chromium Code Reviews
 Chromium Code Reviews Issue 23452023:
  fix mac build after 16548  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 23452023:
  fix mac build after 16548  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/cpu-profiler.cc | 
| diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc | 
| index c9a6d084285771d5dfa082dd3bc37270b3452888..e54b040d44ae4aa1be3bf8d4aacb4774d62498c5 100644 | 
| --- a/src/cpu-profiler.cc | 
| +++ b/src/cpu-profiler.cc | 
| @@ -142,7 +142,7 @@ void ProfilerEventsProcessor::Run() { | 
| // Process remaining tick events. | 
| do { | 
| - while (!ProcessOneSample()); | 
| + while (!ProcessOneSample()) {} | 
| } while (ProcessCodeEvent()); | 
| } |