| Index: src/base/atomicops_internals_atomicword_compat.h
|
| diff --git a/src/base/atomicops_internals_atomicword_compat.h b/src/base/atomicops_internals_atomicword_compat.h
|
| index 0530ced2a4494147b9b52c27f967c68508bdd97e..4f758a72990acc22220431ef63a01c547ee48352 100644
|
| --- a/src/base/atomicops_internals_atomicword_compat.h
|
| +++ b/src/base/atomicops_internals_atomicword_compat.h
|
| @@ -92,7 +92,8 @@ inline AtomicWord Release_Load(volatile const AtomicWord* ptr) {
|
| reinterpret_cast<volatile const Atomic32*>(ptr));
|
| }
|
|
|
| -} } // namespace v8::base
|
| +} // namespace base
|
| +} // namespace v8
|
|
|
| #endif // !defined(V8_HOST_ARCH_64_BIT)
|
|
|
|
|