Chromium Code Reviews

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

Issue 307943002: Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better mutex, updated GeolocationController Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/modules/geolocation/GeolocationController.h
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
index 45285697cf4ce54040d962d8f28997821db5dc04..81669f8ac0d72979a09c5121e729d5469e0dcd33 100644
--- a/Source/modules/geolocation/GeolocationController.h
+++ b/Source/modules/geolocation/GeolocationController.h
@@ -91,7 +91,7 @@ private:
ObserversSet m_observers;
ObserversSet m_highAccuracyObservers;
bool m_isClientUpdating;
- GeolocationInspectorAgent* m_inspectorAgent;
+ RawPtrWillBeMember<GeolocationInspectorAgent> m_inspectorAgent;
};
} // namespace WebCore

Powered by Google App Engine