From ffedd65cfc8daf3e00dc6dec5588c7bdc029a77c Mon Sep 17 00:00:00 2001 From: beidson Date: Mon, 14 Aug 2006 06:46:45 +0000 Subject: [PATCH] Fixed my inaccurately stated Changelog git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15850 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog index 3ab04bbdb7bb..0091e3f77ae6 100644 --- a/WebKit/ChangeLog +++ b/WebKit/ChangeLog @@ -20,12 +20,12 @@ The way of detecting a failed icon load before was to try and construct an image from the icon and if that image construction failed, mark the icon as missing. - A much more efficient way is to check for a 404 response. We'll still - check for invalid image data, but most servers will correctly return 404 - on a missing icon. + A much more efficient way is to check for an error response. We'll still + check for invalid image data, but most servers will correctly return an HTTP + error on a missing icon. * Misc/WebIconLoader.m: - (-[WebIconLoader didFinishLoading]): Added check for 404 response + (-[WebIconLoader didFinishLoading]): Added check for http error response 2006-08-13 Maciej Stachowiak -- 2.36.0