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

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

Issue 319863003: Enable Oilpan for modules/geolocation by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/GeolocationInspectorAgent.h
diff --git a/Source/modules/geolocation/GeolocationInspectorAgent.h b/Source/modules/geolocation/GeolocationInspectorAgent.h
index 466e0311369143f5b3d6a681ab29cb854b04179f..e3c526059da3e03cc7d27a8816fbaec66e4f4176 100644
--- a/Source/modules/geolocation/GeolocationInspectorAgent.h
+++ b/Source/modules/geolocation/GeolocationInspectorAgent.h
@@ -63,8 +63,8 @@ private:
GeolocationInspectorAgent();
WTF::HashSet<GeolocationController*> m_controllers;
bool m_geolocationOverridden;
- RefPtrWillBePersistent<GeolocationPosition> m_geolocationPosition;
- RefPtrWillBePersistent<GeolocationPosition> m_platformGeolocationPosition;
+ Persistent<GeolocationPosition> m_geolocationPosition;
+ Persistent<GeolocationPosition> m_platformGeolocationPosition;
};

Powered by Google App Engine
This is Rietveld 408576698