A tiny code review. Reviewers: Benedikt Meurer, Yury Semikhatsky,

Message:
Committed patchset #1 manually as r16550.

Description:
fix mac build after 16548

[email protected],[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=16550

Please review this at https://codereview.chromium.org/23452023/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files +1, -1:
  M src/cpu-profiler.cc


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());
 }



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to