| Index: Source/WebCore/Modules/geolocation/Geolocation.cpp
|
| diff --git a/Source/WebCore/Modules/geolocation/Geolocation.cpp b/Source/WebCore/Modules/geolocation/Geolocation.cpp
|
| index 493c429b325ff26f1428740f165c7f6c871357ce..c52cb75c3748187a1a42b0296cad9e5b894b3867 100644
|
| --- a/Source/WebCore/Modules/geolocation/Geolocation.cpp
|
| +++ b/Source/WebCore/Modules/geolocation/Geolocation.cpp
|
| @@ -242,6 +242,7 @@ Geolocation::Geolocation(ScriptExecutionContext* context)
|
| : ActiveDOMObject(context)
|
| , m_allowGeolocation(Unknown)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| Geolocation::~Geolocation()
|
|
|