Changeset 17127 in webkit for trunk/JavaScriptCore/wtf/HashSet.h


Ignore:
Timestamp:
Oct 18, 2006, 7:42:55 PM (19 years ago)
Author:
mjs
Message:

JavaScriptCore:

Reviewed by Geoff.


  • remove vestiges of KXMLCore name (former name of WTF).
  • wtf/Assertions.h:
  • wtf/FastMalloc.h: (operator new): (operator delete): (operator new[]): (operator delete[]):
  • wtf/FastMallocInternal.h:
  • wtf/Forward.h:
  • wtf/GetPtr.h:
  • wtf/HashCountedSet.h:
  • wtf/HashFunctions.h:
  • wtf/HashMap.h:
  • wtf/HashSet.h:
  • wtf/HashTable.h:
  • wtf/HashTraits.h:
  • wtf/ListRefPtr.h:
  • wtf/MathExtras.h:
  • wtf/Noncopyable.h:
  • wtf/OwnArrayPtr.h:
  • wtf/OwnPtr.h:
  • wtf/PassRefPtr.h:
  • wtf/Platform.h:
  • wtf/RefPtr.h:
  • wtf/StringExtras.h: (snprintf):
  • wtf/UnusedParam.h:
  • wtf/Vector.h:
  • wtf/VectorTraits.h:

WebCore:

Reviewed by Geoff.

  • remove vestiges of KXMLCore name (former name of WTF).
  • config.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/HashSet.h

    r15777 r17127  
    2222 */
    2323
    24 #ifndef KXMLCORE_HASH_SET_H
    25 #define KXMLCORE_HASH_SET_H
     24#ifndef WTF_HashSet_h
     25#define WTF_HashSet_h
    2626
    2727#include "HashTable.h"
     
    312312using WTF::HashSet;
    313313
    314 #endif /* KXMLCORE_HASH_SET_H */
     314#endif /* WTF_HashSet_h */
Note: See TracChangeset for help on using the changeset viewer.