RESOLVED FIXED 80216
Remove the redundant method KURL::protocolInHTTPFamily()
https://bugs.webkit.org/show_bug.cgi?id=80216
Summary Remove the redundant method KURL::protocolInHTTPFamily()
Benjamin Poulain
Reported 2012-03-03 17:02:53 PST
Tsssss // FIXME: Remove this after changing all callers to use protocolIsInHTTPFamily. bool protocolInHTTPFamily() const { return protocolIsInHTTPFamily(); }
Attachments
Patch (28.96 KB, patch)
2012-03-03 17:09 PST, Benjamin Poulain
andersca: review+
Benjamin Poulain
Comment 1 2012-03-03 17:09:35 PST
Benjamin Poulain
Comment 2 2012-03-03 19:26:47 PST
Note You need to log in before you can comment on or make changes to this bug.