Chromium Code Reviews
DescriptionCorrectly find root RWHV from a nested WebContents
CrossProcessFrameConnector::GetRootRenderWidgetHostView() does not
traverse up through a tree of WebContents, which results in infinite
recursion. This adds a check for whether the current WebContents is
nested, and returns the root of the outer WebContents if so.
BUG=548912
R=nasko@chromium.org
Committed: https://crrev.com/29e91242fd0e1db2632ac1a0f83d645080ce20d4
Cr-Commit-Position: refs/heads/master@{#357355}
Patch Set 1 #
Total comments: 2
Patch Set 2 : s/if/while #
Messages
Total messages: 9 (2 generated)
|
|||||||||||||||||||||||||||||||||||||