view_ needs to be destroyed after web_contents_
This commit is contained in:
parent
e0992884e6
commit
5e943e1456
1 changed files with 1 additions and 1 deletions
|
@ -160,9 +160,9 @@ class InspectableWebContentsImpl :
|
|||
PendingRequestsMap pending_requests_;
|
||||
InspectableWebContentsDelegate* delegate_; // weak references.
|
||||
|
||||
scoped_ptr<InspectableWebContentsView> view_;
|
||||
scoped_ptr<content::WebContents> web_contents_;
|
||||
scoped_ptr<content::WebContents> devtools_web_contents_;
|
||||
scoped_ptr<InspectableWebContentsView> view_;
|
||||
|
||||
base::WeakPtrFactory<InspectableWebContentsImpl> weak_factory_;
|
||||
|
||||
|
|
Loading…
Reference in a new issue