Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: src/cpu-profiler.cc

Issue 23452023: fix mac build after 16548 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698