Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1371)

Unified Diff: Source/core/page/Page.cpp

Issue 490143002: Move GeolocationClient to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Provide default empty impl of WebGeolocationClient::geolocationDestroyed() virtual Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/geolocation/GeolocationClient.h » ('j') | public/web/WebGeolocationClient.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | Source/modules/geolocation/GeolocationClient.h » ('j') | public/web/WebGeolocationClient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698