Initialize the embedder_ member data

Otherwise it is going to be some random value and bite us.
This commit is contained in:
Cheng Zhao 2016-04-18 14:52:03 +09:00
parent 0bf1e56156
commit 34319abf4a

View file

@ -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) {