Skip to content
  • ggaren@apple.com's avatar
    Fixed ASSERT when opening Safari's Caches window while the Web Inspector · d3a8964d
    ggaren@apple.com authored
    is open.
    
    Patch by Geoffrey Garen <ggaren@apple.com> on 2009-10-22
    Reviewed by Alexey Proskuryakov.
    
    * runtime/Collector.cpp:
    (JSC::typeName): Added two new types to the type name list in the Collector.
    These types have been around for a while, but nobody remembered to consider them here.
    
    * runtime/JSCell.h:
    (JSC::JSCell::isPropertyNameIterator):
    * runtime/JSPropertyNameIterator.h:
    (JSC::JSPropertyNameIterator::isPropertyNameIterator): Give the Collector
    a way to tell if a cell is a JSPropertyNameIterator.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49955 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d3a8964d