Bug 8260

Summary: REGRESSION: Assertion failure: ![_private->iconsToSaveWithURLs containsObject:iconURLString] in WebIconDatabase.m:695-[WebIconDatabase(WebInternal) _retainIconForIconURLString:]
Product: WebKit Reporter: mitz
Component: WebKit Misc.Assignee: John Sullivan <sullivan>
Status: RESOLVED FIXED    
Severity: Normal CC: sullivan
Priority: P1 Keywords: Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch to quiet assertion adele: review+

Description mitz 2006-04-07 23:31:42 PDT
I hit this assert when I go to a URL that has no favorite icon and then follow a link to another (icon-less) page on the same domain:

ASSERTION FAILED: ![_private->iconsToSaveWithURLs containsObject:iconURLString] (WebKit/Misc/WebIconDatabase.m:695 -[WebIconDatabase(WebInternal) _retainIconForIconURLString:])
Comment 1 John Sullivan 2006-04-08 08:29:36 PDT
Created attachment 7578 [details]
Patch to quiet assertion

I added a too-general assertion yesterday; this patch makes it less general.