Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index f0920b307071cad90c178908f5f0ffd1a94b14c6..14b395f9345008e5f37ffd3345b59fb73f23ee51 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1882,7 +1882,7 @@ class Heap { |
| void CheckpointObjectStats(); |
| - // We don't use a ScopedLock here since we want to lock the heap |
| + // We don't use a LockGuard here since we want to lock the heap |
| // only when FLAG_concurrent_recompilation is true. |
| class RelocationLock { |
| public: |