Chromium Code Reviews| Index: src/heap/heap-inl.h |
| diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h |
| index 9cf0475e436782373c1892c72b9ad199c925d5e8..a0e731119c6d66783951cfd0715e5d2249e1085c 100644 |
| --- a/src/heap/heap-inl.h |
| +++ b/src/heap/heap-inl.h |
| @@ -852,7 +852,7 @@ AlwaysAllocateScope::AlwaysAllocateScope(Isolate* isolate) |
| AlwaysAllocateScope::~AlwaysAllocateScope() { |
| - heap_->always_allocate_scope_count_.Increment(-1); |
| + heap_->always_allocate_scope_count_.Decrement(1); |
| } |