mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fix: crash when navigating from a page with webview that has inherited zoom level (#24757)
* fix: cleanup webview zoom level observers on navigation * add spec * webview should be on same partition * wait for webview to finish loading
This commit is contained in:
@@ -24,6 +24,7 @@ class WebViewGuestDelegate : public content::BrowserPluginGuestDelegate,
|
||||
// Attach to the iframe.
|
||||
void AttachToIframe(content::WebContents* embedder_web_contents,
|
||||
int embedder_frame_id);
|
||||
void WillDestroy();
|
||||
|
||||
protected:
|
||||
// content::BrowserPluginGuestDelegate:
|
||||
|
||||
Reference in New Issue
Block a user