Skip to content
  • weinig@apple.com's avatar
    Replace use of WTF::FixedArray with std::array · be6603a8
    weinig@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=125475
    
    Reviewed by Anders Carlsson.
    
    ../JavaScriptCore: 
    
    * bytecode/CodeBlockHash.cpp:
    (JSC::CodeBlockHash::dump):
    * bytecode/Opcode.cpp:
    (JSC::OpcodeStats::~OpcodeStats):
    * dfg/DFGCSEPhase.cpp:
    * ftl/FTLAbstractHeap.h:
    * heap/MarkedSpace.h:
    * parser/ParserArena.h:
    * runtime/CodeCache.h:
    * runtime/DateInstanceCache.h:
    * runtime/JSGlobalObject.cpp:
    (JSC::JSGlobalObject::reset):
    * runtime/JSGlobalObject.h:
    * runtime/JSString.h:
    * runtime/LiteralParser.h:
    * runtime/NumericStrings.h:
    * runtime/RegExpCache.h:
    * runtime/SmallStrings.h:
    
    ../WebCore: 
    
    * crypto/parameters/CryptoAlgorithmAesCbcParams.h:
    * platform/graphics/GlyphMetricsMap.h:
    
    ../WTF: 
    
    * wtf/AVLTree.h:
    * wtf/Bitmap.h:
    * wtf/SixCharacterHash.cpp:
    (WTF::integerToSixCharacterHashString):
    * wtf/SixCharacterHash.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160344 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    be6603a8