⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176457 in webkit


Ignore:
Timestamp:
Nov 21, 2014, 11:46:53 AM (12 years ago)
Author:
Antti Koivisto
Message:

Fix iOS build.

  • Shared/ios/QuickLookDocumentData.cpp:

(WebKit::QuickLookDocumentData::encode):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r176452 r176457  
     12014-11-21  Antti Koivisto  <antti@apple.com>
     2
     3        Fix iOS build.
     4
     5        * Shared/ios/QuickLookDocumentData.cpp:
     6        (WebKit::QuickLookDocumentData::encode):
     7
    182014-11-21  Antti Koivisto  <antti@apple.com>
    29
  • trunk/Source/WebKit2/Shared/ios/QuickLookDocumentData.cpp

    r167901 r176457  
    6060
    6161    for (const auto& data : m_data)
    62         encoder.encodeFixedLengthData(CFDataGetBytePtr(data.get()), CFDataGetLength(data.get()), 1);
     62        encoder.encodeFixedLengthData(CFDataGetBytePtr(data.get()), CFDataGetLength(data.get()));
    6363}
    6464
Note: See TracChangeset for help on using the changeset viewer.