Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 5f302031d8c2a5b180ae036bb357dd666520d736..8f99b4c571228425d30f8a5bb620d9304eb310a8 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -1490,9 +1490,6 @@ WebViewImpl* WebViewImpl::fromPage(Page* page) |
void WebViewImpl::close() |
{ |
if (m_page) { |
- // Disable all agents prior to deleting the page. |
- m_page->inspectorController().inspectedPageDestroyed(); |
- |
// Initiate shutdown for the entire frameset. This will cause a lot of |
// notifications to be sent. |
if (m_page->mainFrame()) |