mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix emitting did-attach event
This commit is contained in:
@@ -162,6 +162,7 @@ void WebViewGuestDelegate::WillAttach(
|
||||
const base::Closure& completion_callback) {
|
||||
embedder_web_contents_ = embedder_web_contents;
|
||||
is_full_page_plugin_ = is_full_page_plugin;
|
||||
completion_callback.Run();
|
||||
}
|
||||
|
||||
void WebViewGuestDelegate::GuestSizeChangedDueToAutoSize(
|
||||
|
||||
Reference in New Issue
Block a user