Changeset 59202 in webkit for trunk/JavaScriptCore/wtf/text/AtomicString.h
- Timestamp:
- May 11, 2010, 8:53:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/text/AtomicString.h
r59197 r59202 118 118 static PassRefPtr<StringImpl> add(const UChar*, unsigned length, unsigned existingHash); 119 119 static PassRefPtr<StringImpl> add(const UChar*); 120 PassRefPtr<StringImpl> add(StringImpl* r)120 ALWAYS_INLINE PassRefPtr<StringImpl> add(StringImpl* r) 121 121 { 122 122 if (!r || r->isAtomic())
Note:
See TracChangeset
for help on using the changeset viewer.