projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf1e56
)
Initialize the embedder_ member data
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 18 Apr 2016 05:52:03 +0000
(14:52 +0900)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 18 Apr 2016 05:52:03 +0000
(14:52 +0900)
Otherwise it is going to be some random value and bite us.
atom/browser/api/atom_api_web_contents.cc
patch
|
blob
|
history
diff --git
a/atom/browser/api/atom_api_web_contents.cc
b/atom/browser/api/atom_api_web_contents.cc
index
abad4ad
..
64a76d5
100644
(file)
--- a/
atom/browser/api/atom_api_web_contents.cc
+++ b/
atom/browser/api/atom_api_web_contents.cc
@@
-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) {