diff --git a/brightray/browser/inspectable_web_contents_impl.cc b/brightray/browser/inspectable_web_contents_impl.cc index 01f750ea02c6..3dfffccbfb12 100644 --- a/brightray/browser/inspectable_web_contents_impl.cc +++ b/brightray/browser/inspectable_web_contents_impl.cc @@ -499,8 +499,6 @@ void InspectableWebContentsImpl::WebContentsDestroyed() { frontend_loaded_ = false; Observe(nullptr); Detach(); - agent_host_ = nullptr; - embedder_message_dispatcher_ = nullptr; for (const auto& pair : pending_requests_) delete pair.first;