Index: src/inspector/v8-profiler-agent-impl.cc |
diff --git a/src/inspector/v8-profiler-agent-impl.cc b/src/inspector/v8-profiler-agent-impl.cc |
index 8aa55a34144024f3b6534d0c66888cce55c05096..6e7bcfcb6e4d754565919d1a399388e625d6fee6 100644 |
--- a/src/inspector/v8-profiler-agent-impl.cc |
+++ b/src/inspector/v8-profiler-agent-impl.cc |
@@ -364,7 +364,7 @@ Response V8ProfilerAgentImpl::getBestEffortCoverage( |
String16 V8ProfilerAgentImpl::nextProfileId() { |
return String16::fromInteger( |
- v8::base::NoBarrier_AtomicIncrement(&s_lastProfileId, 1)); |
+ v8::base::Relaxed_AtomicIncrement(&s_lastProfileId, 1)); |
} |
void V8ProfilerAgentImpl::startProfiling(const String16& title) { |