New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 795177 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

RenderFrameImpl::UpdateEncoding should get encoding name from frame

Project Member Reported by austi...@google.com, Dec 15 2017

Issue description

RenderFrameImpl::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