Revision: 16550
Author:   [email protected]
Date:     Thu Sep  5 11:14:14 2013 UTC
Log:      fix mac build after 16548

[email protected],[email protected]
BUG=

Review URL: https://codereview.chromium.org/23452023
http://code.google.com/p/v8/source/detail?r=16550

Modified:
 /branches/bleeding_edge/src/cpu-profiler.cc

=======================================
--- /branches/bleeding_edge/src/cpu-profiler.cc Thu Sep  5 10:31:18 2013 UTC
+++ /branches/bleeding_edge/src/cpu-profiler.cc Thu Sep  5 11:14:14 2013 UTC
@@ -142,7 +142,7 @@

   // 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