Skip to content

Commit

Permalink
fix: do not create native api::WebFrame in webFrame
Browse files Browse the repository at this point in the history
When reloading a page without restarting renderer process (for example
sandbox mode), the blink::WebFrame is not destroyed, but api::WebFrame
is always recreated for the new page context. This leaves a leak of
api::WebFrame.
  • Loading branch information
zcbenz committed Feb 6, 2019
1 parent d53b516 commit 3773b75
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 296 deletions.

0 comments on commit 3773b75

Please sign in to comment.