Skip to content
  • commit-queue@webkit.org's avatar
    Unreviewed, rolling out r95493 and r95496. · 27504650
    commit-queue@webkit.org authored
    http://trac.webkit.org/changeset/95493
    http://trac.webkit.org/changeset/95496
    https://bugs.webkit.org/show_bug.cgi?id=68418
    
    Broke Windows build (Requested by rniwa on #webkit).
    
    Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-09-19
    
    Source/JavaScriptCore:
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * JavaScriptCore.exp:
    * JavaScriptCore.gypi:
    * JavaScriptCore.pro:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    * debugger/Debugger.cpp:
    (JSC::Debugger::recompileAllJSFunctions):
    * heap/AllocationSpace.cpp: Removed.
    * heap/AllocationSpace.h: Removed.
    * heap/Heap.cpp:
    (JSC::CountFunctor::TakeIfEmpty::TakeIfEmpty):
    (JSC::CountFunctor::TakeIfEmpty::operator()):
    (JSC::CountFunctor::TakeIfEmpty::returnValue):
    (JSC::Heap::Heap):
    (JSC::Heap::reportExtraMemoryCostSlowCase):
    (JSC::Heap::tryAllocate):
    (JSC::Heap::allocateSlowCase):
    (JSC::Heap::getConservativeRegisterRoots):
    (JSC::Heap::markRoots):
    (JSC::Heap::clearMarks):
    (JSC::Heap::sweep):
    (JSC::Heap::objectCount):
    (JSC::Heap::size):
    (JSC::Heap::capacity):
    (JSC::Heap::globalObjectCount):
    (JSC::Heap::objectTypeCounts):
    (JSC::Heap::collect):
    (JSC::Heap::canonicalizeBlocks):
    (JSC::Heap::resetAllocator):
    (JSC::Heap::allocateBlock):
    (JSC::Heap::freeBlocks):
    (JSC::Heap::shrink):
    * heap/Heap.h:
    (JSC::Heap::markedSpace):
    (JSC::Heap::forEachCell):
    (JSC::Heap::forEachBlock):
    (JSC::Heap::sizeClassFor):
    (JSC::Heap::allocate):
    * jit/JITInlineMethods.h:
    (JSC::JIT::emitAllocateBasicJSObject):
    * runtime/JSGlobalData.cpp:
    (JSC::JSGlobalData::recompileAllJSFunctions):
    (JSC::JSGlobalData::releaseExecutableMemory):
    
    Source/WebCore:
    
    * ForwardingHeaders/heap/AllocationSpace.h: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95507 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    27504650