| Index: src/profiler/cpu-profiler.h
|
| diff --git a/src/profiler/cpu-profiler.h b/src/profiler/cpu-profiler.h
|
| index a6872e49863ded51b8078a1f1081031f4afdb65b..5fd7fa14da1cabdede8cc308264ccd9b852b5581 100644
|
| --- a/src/profiler/cpu-profiler.h
|
| +++ b/src/profiler/cpu-profiler.h
|
| @@ -138,7 +138,7 @@ class ProfilerEventsProcessor : public base::Thread {
|
| // Thread control.
|
| virtual void Run();
|
| void StopSynchronously();
|
| - INLINE(bool running()) { return !!base::NoBarrier_Load(&running_); }
|
| + INLINE(bool running()) { return !!base::Relaxed_Load(&running_); }
|
| void Enqueue(const CodeEventsContainer& event);
|
|
|
| // Puts current stack into tick sample events buffer.
|
|
|