| Index: Source/modules/geofencing/Geofencing.cpp
|
| diff --git a/Source/modules/geofencing/Geofencing.cpp b/Source/modules/geofencing/Geofencing.cpp
|
| index 59d8b975755550e0b2f48b7a08e7fda81d16acc8..ad573a525d8ec84752957aa00092b677b530b065 100644
|
| --- a/Source/modules/geofencing/Geofencing.cpp
|
| +++ b/Source/modules/geofencing/Geofencing.cpp
|
| @@ -13,7 +13,6 @@ namespace blink {
|
|
|
| Geofencing::Geofencing()
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| ScriptPromise Geofencing::registerRegion(ScriptState* scriptState, GeofencingRegion* region)
|
|
|