Changeset 173263 in webkit for trunk/Source/JavaScriptCore/API/JSStringRefCF.cpp
- Timestamp:
- Sep 4, 2014, 10:10:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSStringRefCF.cpp
r173245 r173263 58 58 CFStringRef JSStringCopyCFString(CFAllocatorRef allocator, JSStringRef string) 59 59 { 60 if (!string || !string->length())60 if (!string->length()) 61 61 return CFSTR(""); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.