Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 5be7861a6884c73db274e404dc965e10347f8f27..9371ae5bff8009a610242f8805174067cd5a1717 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1871,7 +1871,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: |