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:
parent
38fafe4986
commit
b6321cc22d
5 changed files with 41 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue