| Index: Source/modules/geolocation/Geolocation.cpp
|
| diff --git a/Source/modules/geolocation/Geolocation.cpp b/Source/modules/geolocation/Geolocation.cpp
|
| index f100d4057554cae7c45c62148e7f36df32f4884e..3406e6f600e6d26ea614db757917331c612f8dd4 100644
|
| --- a/Source/modules/geolocation/Geolocation.cpp
|
| +++ b/Source/modules/geolocation/Geolocation.cpp
|
| @@ -87,7 +87,6 @@ Geolocation::Geolocation(ExecutionContext* context)
|
| : ActiveDOMObject(context)
|
| , m_geolocationPermission(PermissionUnknown)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| Geolocation::~Geolocation()
|
|
|