Commit 6e40b425 authored by dcarney@chromium.org's avatar dcarney@chromium.org

fix mac build after 16548

TBR=bmeurer@chromium.org,yurys@chromium.org
BUG=

Review URL: https://codereview.chromium.org/23452023

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16550 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e9c47357
...@@ -142,7 +142,7 @@ void ProfilerEventsProcessor::Run() { ...@@ -142,7 +142,7 @@ void ProfilerEventsProcessor::Run() {
// Process remaining tick events. // Process remaining tick events.
do { do {
while (!ProcessOneSample()); while (!ProcessOneSample()) {}
} while (ProcessCodeEvent()); } while (ProcessCodeEvent());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment