summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/PageAllocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/PageAllocation.h')
-rw-r--r--JavaScriptCore/wtf/PageAllocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/PageAllocation.h b/JavaScriptCore/wtf/PageAllocation.h
index 00b5363..b846482 100644
--- a/JavaScriptCore/wtf/PageAllocation.h
+++ b/JavaScriptCore/wtf/PageAllocation.h
@@ -67,7 +67,7 @@ public:
: m_base(base)
, m_size(size)
#if OS(SYMBIAN)
- , m_chunk(parent.chunk)
+ , m_chunk(parent.m_chunk)
#endif
{
#if defined(NDEBUG) && !OS(SYMBIAN)