Delay calling FrameOwner::setWidget when doing a remote->local frame transition
If we call setWidget for a newly created LocalFrame that's not fully attached to the frame tree, it will be in an inconsistent state and cause crashes during painting. Instead, update the widget at swap-time, when the frame actually becomes fully attached. BUG=422583 Review URL: https://codereview.chromium.org/668963002 git-svn-id: svn://svn.chromium.org/blink/trunk@184313 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment