mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #5191 from electron/initialize-embedder
Initialize the embedder_ member data
This commit is contained in:
@@ -217,6 +217,7 @@ content::ServiceWorkerContext* GetServiceWorkerContext(
|
||||
|
||||
WebContents::WebContents(content::WebContents* web_contents)
|
||||
: content::WebContentsObserver(web_contents),
|
||||
embedder_(nullptr),
|
||||
type_(REMOTE),
|
||||
request_id_(0),
|
||||
background_throttling_(true) {
|
||||
|
||||
Reference in New Issue
Block a user