From: sullivan@apple.com Date: Tue, 27 Nov 2007 18:48:20 +0000 (+0000) Subject: Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=5334fd640455b1486b05d2c7520ef853ebd730c8 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType that affects Safari. reviewed by Kevin Decker * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28072 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 59f703aec4fd..ff755e33cfbf 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,13 @@ +2007-11-27 John Sullivan + + Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType + that affects Safari. + + reviewed by Kevin Decker + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + 2007-11-26 Timothy Hatcher Reviewed by Adam Roben. diff --git a/WebKitLibraries/libWebKitSystemInterfaceLeopard.a b/WebKitLibraries/libWebKitSystemInterfaceLeopard.a index 4eaa65bfb8cd..70fb5b65b114 100644 Binary files a/WebKitLibraries/libWebKitSystemInterfaceLeopard.a and b/WebKitLibraries/libWebKitSystemInterfaceLeopard.a differ diff --git a/WebKitLibraries/libWebKitSystemInterfaceTiger.a b/WebKitLibraries/libWebKitSystemInterfaceTiger.a index 38396367ce69..d7f6e5c8c22f 100644 Binary files a/WebKitLibraries/libWebKitSystemInterfaceTiger.a and b/WebKitLibraries/libWebKitSystemInterfaceTiger.a differ