Changeset 176489 in webkit
- Timestamp:
- Nov 21, 2014, 5:09:21 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/ios/QuickLookDocumentData.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r176488 r176489 1 2014-11-21 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, iOS build fix after r176452. 4 5 dencodeFixedLengthData() now only takes 2 arguments instead of 6 3. 7 8 * Shared/ios/QuickLookDocumentData.cpp: 9 (WebKit::QuickLookDocumentData::decode): 10 1 11 2014-11-21 Zalan Bujtas <zalan@apple.com> 2 12 -
trunk/Source/WebKit2/Shared/ios/QuickLookDocumentData.cpp
r176457 r176489 75 75 ASSERT(buffer); 76 76 77 if (!decoder.decodeFixedLengthData(buffer, size , 1)) {77 if (!decoder.decodeFixedLengthData(buffer, size)) { 78 78 CFAllocatorDeallocate(kCFAllocatorDefault, buffer); 79 79 return false;
Note:
See TracChangeset
for help on using the changeset viewer.