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

Unified Diff: Source/web/GeolocationClientProxy.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/web/GeolocationClientProxy.h
diff --git a/Source/web/GeolocationClientProxy.h b/Source/web/GeolocationClientProxy.h
index c1564d52d88563f970bbbce8ddb74b4d60cf136b..2af0b655fe22cbdf950c53ee62b14805bd64489e 100644
--- a/Source/web/GeolocationClientProxy.h
+++ b/Source/web/GeolocationClientProxy.h
@@ -29,7 +29,6 @@
#include "modules/geolocation/GeolocationClient.h"
#include "platform/heap/Handle.h"
#include "public/web/WebGeolocationController.h"
-#include "wtf/RefPtr.h"
namespace WebCore {
class GeolocationPosition;
@@ -54,7 +53,7 @@ public:
private:
WebGeolocationClient* m_client;
- RefPtrWillBePersistent<WebCore::GeolocationPosition> m_lastPosition;
+ WebCore::Persistent<WebCore::GeolocationPosition> m_lastPosition;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698