Index: third_party/WebKit/Source/core/inspector/InstanceCounters.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InstanceCounters.cpp b/third_party/WebKit/Source/core/inspector/InstanceCounters.cpp |
index c564b80ca508fc20bbe804cca85f70c704d7f63a..d0eccf67b78dc0580b13fdcb110922a9a5aebd5b 100644 |
--- a/third_party/WebKit/Source/core/inspector/InstanceCounters.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InstanceCounters.cpp |
@@ -36,7 +36,7 @@ int InstanceCounters::s_counters[CounterTypeLength]; |
int InstanceCounters::counterValue(CounterType type) |
{ |
- return s_counters[type]; |
+ return acquireLoad(&s_counters[type]); |
} |
} // namespace blink |