Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index 0ceb6f73b08fa4dc73bbc646f0c4522ecf67655e..9330f72bfe193ca336957c427289859163069659 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -630,7 +630,6 @@ void Page::willBeDestroyed() |
m_mainFrame = 0; |
if (m_validationMessageClient) |
m_validationMessageClient->willBeDestroyed(); |
- WillBeHeapSupplementable<Page>::willBeDestroyed(); |
} |
Page::PageClients::PageClients() |