Update WebPageProxyIOS's user agent string
Created attachment 221080 [details] Patch
Comment on attachment 221080 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221080&action=review > Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm:51 > + return (NSString *)overrideUserAgent; I think you can remove that typecast.
(In reply to comment #2) > (From update of attachment 221080 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=221080&action=review > > > Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm:51 > > + return (NSString *)overrideUserAgent; > > I think you can remove that typecast. Good catch.
Committed r161940: <http://trac.webkit.org/changeset/161940>