Changeset 17127 in webkit for trunk/JavaScriptCore/wtf/Vector.h
- Timestamp:
- Oct 18, 2006, 7:42:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Vector.h
r16622 r17127 21 21 */ 22 22 23 #ifndef KXMLCORE_VECTOR_H24 #define KXMLCORE_VECTOR_H23 #ifndef WTF_Vector_h 24 #define WTF_Vector_h 25 25 26 26 #include "Assertions.h" … … 650 650 using WTF::Vector; 651 651 652 #endif // KXMLCORE_VECTOR_H652 #endif // WTF_Vector_h
Note:
See TracChangeset
for help on using the changeset viewer.