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

Unified Diff: Source/modules/geolocation/GeolocationController.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors Created 6 years, 3 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
Index: Source/modules/geolocation/GeolocationController.h
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
index 314819dc63d340412a9ab534a8426a126497c337..b5b13c48d0bce68b678d62e03495a86fb00c1b27 100644
--- a/Source/modules/geolocation/GeolocationController.h
+++ b/Source/modules/geolocation/GeolocationController.h
@@ -71,7 +71,6 @@ public:
// Inherited from Supplement.
virtual void trace(Visitor*) OVERRIDE;
- virtual void persistentHostHasBeenDestroyed() OVERRIDE;
private:
GeolocationController(LocalFrame&, GeolocationClient*);

Powered by Google App Engine
This is Rietveld 408576698