Skip to content
  • andersca@apple.com's avatar
    Fix three more things found by compiling with clang++. · c9dc0b70
    andersca@apple.com authored
            
    Reviewed by Geoffrey Garen.
    
    * runtime/Structure.h:
    (JSC::StructureTransitionTable::reifySingleTransition):
    Add the 'std' qualifier to the call to make_pair.
    
    * wtf/DateMath.cpp:
    (WTF::initializeDates):
    Incrementing a bool is deprecated according to the C++ specification.
            
    * wtf/PtrAndFlags.h:
    (WTF::PtrAndFlags::PtrAndFlags):
    Name lookup should not be done in dependent bases, so explicitly qualify the call to set.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51955 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c9dc0b70