summaryrefslogtreecommitdiff
path: root/deps/v8/src/base/platform/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/base/platform/mutex.h')
-rw-r--r--deps/v8/src/base/platform/mutex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/base/platform/mutex.h b/deps/v8/src/base/platform/mutex.h
index 18e85de7bc..61df19d66a 100644
--- a/deps/v8/src/base/platform/mutex.h
+++ b/deps/v8/src/base/platform/mutex.h
@@ -210,6 +210,7 @@ class LockGuard final {
DISALLOW_COPY_AND_ASSIGN(LockGuard);
};
-} } // namespace v8::base
+} // namespace base
+} // namespace v8
#endif // V8_BASE_PLATFORM_MUTEX_H_