Associate RenderWidgetHostView for new widget with correct process
Creating a select element dropdown in an out-of-process iframe is crashing the browser process because the RenderWidgetHostView for the new widget becomes associated with the top-level frame's renderer process, creating a routing ID conflict. This CL initializes the new RenderWidgetHostView with the correct RenderProcessHost. BUG=582511 Review URL: https://codereview.chromium.org/1685133003 Cr-Commit-Position: refs/heads/master@{#374740}
Showing
Please register or sign in to comment