Initialize the embedder_ member data
Otherwise it is going to be some random value and bite us.
This commit is contained in:
parent
0bf1e56156
commit
34319abf4a
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…
Add table
Add a link
Reference in a new issue