Bug 165657

Summary: LinkIconCollector refactoring
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, gyuyoung.kim
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Brady Eidson 2016-12-09 09:33:59 PST
LinkIconCollector refactoring
Comment 1 Brady Eidson 2016-12-09 10:14:25 PST
Created attachment 296658 [details]
Patch
Comment 2 Brady Eidson 2016-12-09 10:22:25 PST
https://trac.webkit.org/changeset/209613
Comment 3 Darin Adler 2016-12-09 21:25:36 PST
Comment on attachment 296658 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=296658&action=review

> Source/WebCore/platform/LinkIcon.h:38
> +    String mimeType;

Why add this? It seems to be write-only.
Comment 4 Brady Eidson 2016-12-09 21:57:41 PST
(In reply to comment #3)
> Comment on attachment 296658 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=296658&action=review
> 
> > Source/WebCore/platform/LinkIcon.h:38
> > +    String mimeType;
> 
> Why add this? It seems to be write-only.

Sorry, context missed by not being around in person while this was going on.

This was simply breaking off part of a larger patch to ease future review. The rest of that landed today (and does make use of this field)