Bug 163095

Summary: Remove unused WebCore::contentDispositionType()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, darin, youennf
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch achristensen: review+

Description Daniel Bates 2016-10-06 17:36:58 PDT
The function WebCore::contentDispositionType() (defined in HTTPParsers.h) is unused. It was first added in the patch for bug #36395 and it was only used by the Chromium and Qt ports. Both the Chromium and Qt ports have long since been removed from the repository. We should remove WebCore::contentDispositionType().
Comment 1 Daniel Bates 2016-10-06 17:40:13 PDT
Created attachment 290879 [details]
Patch
Comment 2 Daniel Bates 2016-10-06 17:53:47 PDT
Committed r206891: <http://trac.webkit.org/changeset/206891>