tizen beta release
[framework/web/webkit-efl.git] / Source / JavaScriptCore / heap / AllocationSpace.cpp
index 1725de5..e363de2 100755 (executable)
@@ -44,7 +44,7 @@ inline void* AllocationSpace::tryAllocate(MarkedSpace::SizeClass& sizeClass)
 void* AllocationSpace::allocateSlowCase(MarkedSpace::SizeClass& sizeClass)
 {
 #if COLLECT_ON_EVERY_ALLOCATION
-    collectAllGarbage();
+    m_heap->collectAllGarbage();
     ASSERT(m_heap->m_operationInProgress == NoOperation);
 #endif