diff --git a/brightray/browser/inspectable_web_contents_impl.h b/brightray/browser/inspectable_web_contents_impl.h index 5df435b15e7..6a28346040a 100644 --- a/brightray/browser/inspectable_web_contents_impl.h +++ b/brightray/browser/inspectable_web_contents_impl.h @@ -160,9 +160,9 @@ class InspectableWebContentsImpl : PendingRequestsMap pending_requests_; InspectableWebContentsDelegate* delegate_; // weak references. - scoped_ptr view_; scoped_ptr web_contents_; scoped_ptr devtools_web_contents_; + scoped_ptr view_; base::WeakPtrFactory weak_factory_;