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 cbca75d commit c5a9d76
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 198 deletions.

0 comments on commit c5a9d76

Please sign in to comment.