Show
Ignore:
Timestamp:
08/06/08 13:29:36 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35588

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/OWBAL/Concretizations/Types/WK/BCKURLWK.h

    r388 r431  
    5050 
    5151class TextEncoding; 
     52struct KURLHash; 
    5253 
    5354// FIXME: Our terminology here is a bit inconsistent. We refer to the part 
     
    268269} 
    269270 
    270 
     271} // namespace WebCore 
     272 
     273namespace WTF { 
     274 
     275    // KURLHash is the default hash for String 
     276    template<typename T> struct DefaultHash; 
     277    template<> struct DefaultHash<WebCore::KURL> { 
     278        typedef WebCore::KURLHash Hash; 
     279    }; 
     280 
     281} // namespace WTF 
    271282 
    272283#endif // KURL_h