Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index a2a819e762dc29490474208641bc528fc7caed1f..1b833a8d8319ba54eb72241dac19b3f0c4efea8b 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -238,9 +238,6 @@ void WebPagePopupImpl::destroyPage() |
if (!m_page) |
return; |
- if (m_page->mainFrame()) |
- toLocalFrame(m_page->mainFrame())->loader().frameDetached(); |
- |
m_page->willBeDestroyed(); |
m_page.clear(); |
} |