summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/MetaAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/MetaAllocator.h')
-rw-r--r--Source/WTF/wtf/MetaAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/MetaAllocator.h b/Source/WTF/wtf/MetaAllocator.h
index 9dd375cad..c3bc3d15c 100644
--- a/Source/WTF/wtf/MetaAllocator.h
+++ b/Source/WTF/wtf/MetaAllocator.h
@@ -97,7 +97,7 @@ public:
// builds.
WTF_EXPORT_PRIVATE size_t debugFreeSpaceSize();
- WTF_EXPORT_PRIVATE Lock& getLock() { return m_lock; }
+ Lock& getLock() { return m_lock; }
WTF_EXPORT_PRIVATE bool isInAllocatedMemory(const LockHolder&, void* address);
#if ENABLE(META_ALLOCATOR_PROFILE)