Skip to content
  • commit-queue@webkit.org's avatar
    Unreviewed, rolling out r144074. · a5683e34
    commit-queue@webkit.org authored
    http://trac.webkit.org/changeset/144074
    https://bugs.webkit.org/show_bug.cgi?id=110897
    
    Causing 20+ crashes on Mac (Requested by bradee-oh on
    #webkit).
    
    Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2013-02-26
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * JavaScriptCore.gypi:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
    * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    * Target.pri:
    * runtime/JSGlobalData.cpp:
    (JSC::JSGlobalData::JSGlobalData):
    * runtime/JSGlobalData.h:
    (JSGlobalData):
    * runtime/PropertyMapHashTable.h:
    (PropertyTable):
    (JSC::PropertyTable::PropertyTable):
    (JSC):
    (JSC::PropertyTable::~PropertyTable):
    (JSC::PropertyTable::copy):
    * runtime/PropertyTable.cpp: Removed.
    * runtime/Structure.cpp:
    (JSC::Structure::materializePropertyMap):
    (JSC::Structure::addPropertyTransition):
    (JSC::Structure::changePrototypeTransition):
    (JSC::Structure::despecifyFunctionTransition):
    (JSC::Structure::attributeChangeTransition):
    (JSC::Structure::toDictionaryTransition):
    (JSC::Structure::preventExtensionsTransition):
    (JSC::Structure::nonPropertyTransition):
    (JSC::Structure::copyPropertyTable):
    (JSC::Structure::copyPropertyTableForPinning):
    (JSC::Structure::putSpecificValue):
    (JSC::Structure::createPropertyMap):
    (JSC::Structure::visitChildren):
    * runtime/Structure.h:
    (JSC):
    (JSC::Structure::putWillGrowOutOfLineStorage):
    (JSC::Structure::checkOffsetConsistency):
    (Structure):
    * runtime/StructureInlines.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144113 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a5683e34