electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

fix: reattach webview after renderer process restarts #629

Closed zcbenz closed 6 years ago

zcbenz commented 6 years ago

Applies https://chromium-review.googlesource.com/c/chromium/src/+/1161391.

Fixes webview not working after renderer process restarted.

Refs https://github.com/electron/electron/pull/13869 and https://github.com/electron/electron/issues/12291.