Changeset 17127 in webkit for trunk/JavaScriptCore/wtf/OwnPtr.h
- Timestamp:
- Oct 18, 2006, 7:42:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/OwnPtr.h
r16133 r17127 20 20 */ 21 21 22 #ifndef KXMLCORE_OWN_PTR_H23 #define KXMLCORE_OWN_PTR_H22 #ifndef WTF_OwnPtr_h 23 #define WTF_OwnPtr_h 24 24 25 25 #include <algorithm> … … 68 68 using WTF::OwnPtr; 69 69 70 #endif // KXMLCORE_OWN_PTR_H70 #endif // WTF_OwnPtr_h
Note:
See TracChangeset
for help on using the changeset viewer.