Setting raw pointer to nullptr as default so it can be detected as noninitialized
This commit is contained in:
parent
3a3eb69d0f
commit
e321a4a433
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class WebViewGuestDelegate : public content::BrowserPluginGuestDelegate,
|
|||
gfx::Size GetDefaultSize() const;
|
||||
|
||||
// The WebContents that attaches this guest view.
|
||||
content::WebContents* embedder_web_contents_;
|
||||
content::WebContents* embedder_web_contents_ = nullptr;
|
||||
|
||||
// The zoom controller of the embedder that is used
|
||||
// to subscribe for zoom changes.
|
||||
|
|
Loading…
Reference in a new issue