Chromium Code Reviews| Index: Source/modules/geolocation/Geoposition.h |
| diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h |
| index 04c700f0d9b36b4777af40efd46597ebe88f4c91..147a962ab34ac9e3fd12bb0223b2448e19dbb876 100644 |
| --- a/Source/modules/geolocation/Geoposition.h |
| +++ b/Source/modules/geolocation/Geoposition.h |
| @@ -55,7 +55,6 @@ private: |
| , m_timestamp(timestamp) |
| { |
| ASSERT(m_coordinates); |
| - ScriptWrappable::init(this); |
| } |
| Member<Coordinates> m_coordinates; |