Bug 8260 - REGRESSION: Assertion failure: ![_private->iconsToSaveWithURLs containsObject:iconURLString] in WebIconDatabase.m:695-[WebIconDatabase(WebInternal) _retainIconForIconURLString:]
Summary: REGRESSION: Assertion failure: ![_private->iconsToSaveWithURLs containsObject...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: John Sullivan
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-04-07 23:31 PDT by mitz
Modified: 2006-04-08 09:45 PDT (History)
1 user (show)

See Also:


Attachments
Patch to quiet assertion (1.71 KB, patch)
2006-04-08 08:29 PDT, John Sullivan
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.