mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
view_ needs to be destroyed after web_contents_
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user