Skip to content
  • darin's avatar
    Reviewed by Brady. · 4387f7ff
    darin authored
            - fix crash seen when running JavaScriptCore tests
    
            * kjs/array_instance.cpp: (KJS::ArrayInstance::mark):
            Copy and paste error: I accidentally had code here that was
            making a copy of the HashMap -- that's illegal inside a mark
            function and was unnecessary. The other callsite was modifying
            the map as it iterated it, but this function is not.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@26897 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4387f7ff