Changeset 57240 in webkit for trunk/JavaScriptCore/wtf/PassRefPtr.h
- Timestamp:
- Apr 7, 2010, 4:06:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/PassRefPtr.h
r54724 r57240 36 36 template<typename T> 37 37 #if !COMPILER(WINSCW) 38 inline38 ALWAYS_INLINE 39 39 #endif 40 40 void refIfNotNull(T* ptr) … … 46 46 template<typename T> 47 47 #if !COMPILER(WINSCW) 48 inline48 ALWAYS_INLINE 49 49 #endif 50 50 void derefIfNotNull(T* ptr)
Note:
See TracChangeset
for help on using the changeset viewer.