Changeset 17127 in webkit for trunk/JavaScriptCore/wtf/PassRefPtr.h
- Timestamp:
- Oct 18, 2006, 7:42:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/PassRefPtr.h
r16133 r17127 21 21 */ 22 22 23 #ifndef KXMLCORE_PASS_REF_PTR_H24 #define KXMLCORE_PASS_REF_PTR_H23 #ifndef WTF_PassRefPtr_h 24 #define WTF_PassRefPtr_h 25 25 26 26 namespace WTF { … … 191 191 using WTF::const_pointer_cast; 192 192 193 #endif // KXMLCORE_PASS_REF_PTR_H193 #endif // WTF_PassRefPtr_h
Note:
See TracChangeset
for help on using the changeset viewer.