From: justing Date: Thu, 8 Sep 2005 21:33:50 +0000 (+0000) Subject: * WebKitSystemInterface.h: Update to latest X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=cab7df90c26e8f4c4f6b14554b7d0ce7c050e23c * WebKitSystemInterface.h: Update to latest * libWebKitSystemInterface.a: ditto git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10488 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index a999ac992056..42c453b0d83d 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,8 @@ +2005-09-08 Justin Garcia + + * WebKitSystemInterface.h: Update to latest + * libWebKitSystemInterface.a: ditto + 2005-09-04 Darin Adler * WebKitSystemInterface.h: Update to latest diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index f5224c6628d7..621d721c2bc0 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -126,3 +126,5 @@ BOOL WKExecutableLinkedInTigerOrEarlier(void); CGContextRef WKNSWindowOverrideCGContext(NSWindow *, CGContextRef); void WKNSWindowRestoreCGContext(NSWindow *, CGContextRef); + +BOOL WKSupportsMultipartXMixedReplace(NSMutableURLRequest *request); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index d53440c81e70..e588e9b600bf 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ