Changeset 155734 in webkit for trunk/Source/JavaScriptCore/API/JSStringRefCF.cpp
- Timestamp:
- Sep 13, 2013, 5:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSStringRefCF.cpp
r152807 r155734 59 59 CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string) 60 60 { 61 if (!string->length()) 62 return CFSTR(""); 63 61 64 return CFStringCreateWithCharacters(alloc, reinterpret_cast<const UniChar*>(string->characters()), string->length()); 62 65 }
Note:
See TracChangeset
for help on using the changeset viewer.