RenderFrameImpl::UpdateEncoding should get encoding name from frame |
|
Issue descriptionRenderFrameImpl::UpdateEncoding takes in a WebFrame* and a encoding name, but all invocations pass in the encoding name as frame->View()->PageEncoding().Utf8(). Change UpdateEncoding to just take in a frame, and get the encoding name from the frame instead. |
|
►
Sign in to add a comment |
|