mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
AttachToOuterWebContentsFrame => AttachInnerWebContents
https://chromium-review.googlesource.com/c/1492653
This commit is contained in:
committed by
Samuel Attard
parent
0d534b3c52
commit
bf6fea3b59
@@ -42,7 +42,7 @@ void WebViewGuestDelegate::AttachToIframe(
|
||||
// Attach this inner WebContents |guest_web_contents| to the outer
|
||||
// WebContents |embedder_web_contents|. The outer WebContents's
|
||||
// frame |embedder_frame| hosts the inner WebContents.
|
||||
guest_web_contents->AttachToOuterWebContentsFrame(
|
||||
embedder_web_contents_->AttachInnerWebContents(
|
||||
base::WrapUnique<content::WebContents>(guest_web_contents),
|
||||
embedder_frame);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user