Changeset 74695 in webkit for trunk/JavaScriptCore/wtf/RefPtr.h
- Timestamp:
- Dec 27, 2010, 1:41:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/RefPtr.h
r69970 r74695 75 75 RefPtr& operator=(const PassRefPtr<T>&); 76 76 RefPtr& operator=(const NonNullPassRefPtr<T>&); 77 #if !HAVE(NULLPTR) 77 78 RefPtr& operator=(std::nullptr_t) { clear(); return *this; } 79 #endif 78 80 template<typename U> RefPtr& operator=(const RefPtr<U>&); 79 81 template<typename U> RefPtr& operator=(const PassRefPtr<U>&);
Note:
See TracChangeset
for help on using the changeset viewer.