Title: [148241] trunk/WebKitLibraries
Revision
148241
Author
[email protected]
Date
2013-04-11 16:04:31 -0700 (Thu, 11 Apr 2013)

Log Message

Build fix.

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

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (148240 => 148241)


--- trunk/WebKitLibraries/ChangeLog	2013-04-11 22:56:53 UTC (rev 148240)
+++ trunk/WebKitLibraries/ChangeLog	2013-04-11 23:04:31 UTC (rev 148241)
@@ -1,3 +1,10 @@
+2013-04-08  Roger Fong  <[email protected]>
+
+        Build fix.
+
+        * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+        * win/lib/WebKitSystemInterface.lib:
+
 2013-04-11  Alexey Proskuryakov  <[email protected]>
 
         <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies

Modified: trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h (148240 => 148241)


--- trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2013-04-11 22:56:53 UTC (rev 148240)
+++ trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2013-04-11 23:04:31 UTC (rev 148241)
@@ -118,7 +118,7 @@
 
 void wkSetCONNECTProxyForStream(CFReadStreamRef, CFStringRef proxyHost, CFNumberRef proxyPort);
 void wkSetCONNECTProxyAuthorizationForStream(CFReadStreamRef, CFStringRef proxyAuthorizationString);
-CFHTTPMessageRef wkCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
+CFHTTPMessageRef wkCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL, CFStringRef proxyHost, CFNumberRef proxyPort);
 
 WKCFURLCredentialRef wkCopyCredentialFromCFPersistentStorage(CFURLProtectionSpaceRef protectionSpace);
 

Modified: trunk/WebKitLibraries/win/lib/WebKitSystemInterface.lib


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to