summaryrefslogtreecommitdiff
path: root/Kernel/VM/AnonymousVMObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/VM/AnonymousVMObject.h')
-rw-r--r--Kernel/VM/AnonymousVMObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/VM/AnonymousVMObject.h b/Kernel/VM/AnonymousVMObject.h
index ead937dd52..4dbaf1f266 100644
--- a/Kernel/VM/AnonymousVMObject.h
+++ b/Kernel/VM/AnonymousVMObject.h
@@ -147,7 +147,7 @@ private:
Vector<PurgeablePageRanges*> m_purgeable_ranges;
size_t m_unused_committed_pages { 0 };
- mutable OwnPtr<Bitmap> m_cow_map;
+ Bitmap m_cow_map;
// We share a pool of committed cow-pages with clones
RefPtr<CommittedCowPages> m_shared_committed_cow_pages;