Merge pull request #5191 from electron/initialize-embedder
Initialize the embedder_ member data
This commit is contained in:
commit
eeccd90455
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ content::ServiceWorkerContext* GetServiceWorkerContext(
|
||||||
|
|
||||||
WebContents::WebContents(content::WebContents* web_contents)
|
WebContents::WebContents(content::WebContents* web_contents)
|
||||||
: content::WebContentsObserver(web_contents),
|
: content::WebContentsObserver(web_contents),
|
||||||
|
embedder_(nullptr),
|
||||||
type_(REMOTE),
|
type_(REMOTE),
|
||||||
request_id_(0),
|
request_id_(0),
|
||||||
background_throttling_(true) {
|
background_throttling_(true) {
|
||||||
|
|
Loading…
Reference in a new issue