Merge pull request #5191 from electron/initialize-embedder

Initialize the embedder_ member data
This commit is contained in:
Cheng Zhao 2016-04-18 15:13:41 +09:00
commit eeccd90455

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