| Index: src/runtime/runtime-atomics.cc
|
| diff --git a/src/runtime/runtime-atomics.cc b/src/runtime/runtime-atomics.cc
|
| index 84eab2ce11321943b1e074da5798e019a6e59230..636371c134334eaad5736afc6316d778d562cc36 100644
|
| --- a/src/runtime/runtime-atomics.cc
|
| +++ b/src/runtime/runtime-atomics.cc
|
| @@ -721,5 +721,5 @@ RUNTIME_FUNCTION(Runtime_AtomicsIsLockFree) {
|
| uint32_t usize = NumberToUint32(*size);
|
| return isolate->heap()->ToBoolean(AtomicIsLockFree(usize));
|
| }
|
| -}
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|