Chromium Code Reviews| Index: src/heap/store-buffer.cc |
| diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc |
| index 52c2333bc28aca5f60881f96ca763ab0b2a79cf2..04f24bab354bfb89c039ad18b2e89d69471e6ff0 100644 |
| --- a/src/heap/store-buffer.cc |
| +++ b/src/heap/store-buffer.cc |
| @@ -579,5 +579,5 @@ void StoreBuffer::Compact() { |
| } |
| heap_->isolate()->counters()->store_buffer_compactions()->Increment(); |
| } |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |