Commit 160dae3f authored by sfalken@apple.com's avatar sfalken@apple.com

Updated WebKitSystemInterface for Windows.

        Changes needed for <rdar://problem/6785760>

        * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
        * win/lib/WebKitSystemInterface.lib:
        * win/lib/WebKitSystemInterface_debug.lib:



git-svn-id: svn://svn.chromium.org/blink/trunk@42558 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b2beb94d
2009-04-15 Steve Falkenburg <sfalken@apple.com>
Updated WebKitSystemInterface for Windows.
Changes needed for <rdar://problem/6785760>
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2009-04-14 Mark Rowe <mrowe@apple.com> 2009-04-14 Mark Rowe <mrowe@apple.com>
Update WebKitSystemInterface so that the Tiger portion supports PowerPC. Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
......
...@@ -74,4 +74,6 @@ void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef); ...@@ -74,4 +74,6 @@ void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef);
CFArrayRef wkCFURLRequestCopyHTTPRequestBodyParts(CFURLRequestRef); CFArrayRef wkCFURLRequestCopyHTTPRequestBodyParts(CFURLRequestRef);
void wkCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts); void wkCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);
unsigned wkInitializeMaximumHTTPConnectionCountPerHost(unsigned preferredConnectionCount);
#endif // WebKitSystemInterface_h #endif // WebKitSystemInterface_h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment