| Index: src/base/atomicops_internals_mips64_gcc.h
|
| diff --git a/src/base/atomicops_internals_mips64_gcc.h b/src/base/atomicops_internals_mips64_gcc.h
|
| index ccb973c0391ebc1436365df50c6d8defa2262376..85b4e462b9db688244d82024f5c2521e9979197e 100644
|
| --- a/src/base/atomicops_internals_mips64_gcc.h
|
| +++ b/src/base/atomicops_internals_mips64_gcc.h
|
| @@ -302,6 +302,7 @@ inline Atomic64 Release_Load(volatile const Atomic64* ptr) {
|
| return *ptr;
|
| }
|
|
|
| -} } // namespace v8::base
|
| +} // namespace base
|
| +} // namespace v8
|
|
|
| #endif // V8_BASE_ATOMICOPS_INTERNALS_MIPS_GCC_H_
|
|
|