Index: third_party/WebKit/Source/modules/geolocation/Geoposition.h |
diff --git a/third_party/WebKit/Source/modules/geolocation/Geoposition.h b/third_party/WebKit/Source/modules/geolocation/Geoposition.h |
index 0f20fccc05d74dfa8bd3def9d0e2bbc3e450a48f..dc093e02d56d44b59a16e3ffa6fe6ef341851b4b 100644 |
--- a/third_party/WebKit/Source/modules/geolocation/Geoposition.h |
+++ b/third_party/WebKit/Source/modules/geolocation/Geoposition.h |
@@ -47,7 +47,7 @@ public: |
} |
DOMTimeStamp timestamp() const { return m_timestamp; } |
- Coordinates* coords() const { return m_coordinates.get(); } |
+ Coordinates* coords() const { return m_coordinates; } |
private: |
Geoposition(Coordinates* coordinates, DOMTimeStamp timestamp) |