Changeset 17127 in webkit for trunk/JavaScriptCore/wtf/VectorTraits.h
- Timestamp:
- Oct 18, 2006, 7:42:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/VectorTraits.h
r14256 r17127 21 21 */ 22 22 23 #ifndef KXMLCORE_VECTOR_TRAITS_H24 #define KXMLCORE_VECTOR_TRAITS_H23 #ifndef WTF_VectorTraits_h 24 #define WTF_VectorTraits_h 25 25 26 26 #include "RefPtr.h" … … 111 111 using WTF::SimpleClassVectorTraits; 112 112 113 #endif // KXMLCORE_VECTOR_TRAITS_H113 #endif // WTF_VectorTraits_h
Note:
See TracChangeset
for help on using the changeset viewer.