Changeset 44922 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Jun 21, 2009, 3:46:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.cpp
r44765 r44922 55 55 CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); 56 56 CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args); 57 57 58 58 int length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(str), kCFStringEncodingUTF8); 59 59 char* buffer = (char*)malloc(length + 1);
Note:
See TracChangeset
for help on using the changeset viewer.