Bug 80216 - Remove the redundant method KURL::protocolInHTTPFamily()
Summary: Remove the redundant method KURL::protocolInHTTPFamily()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: EasyFix
Depends on:
Blocks:
 
Reported: 2012-03-03 17:02 PST by Benjamin Poulain
Modified: 2012-03-03 19:26 PST (History)
6 users (show)

See Also:


Attachments
Patch (28.96 KB, patch)
2012-03-03 17:09 PST, Benjamin Poulain
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-03-03 17:02:53 PST
Tsssss
    // FIXME: Remove this after changing all callers to use protocolIsInHTTPFamily.
    bool protocolInHTTPFamily() const { return protocolIsInHTTPFamily(); }
Comment 1 Benjamin Poulain 2012-03-03 17:09:35 PST
Created attachment 130011 [details]
Patch
Comment 2 Benjamin Poulain 2012-03-03 19:26:47 PST
Committed r109670: <http://trac.webkit.org/changeset/109670>