| Index: Source/modules/geofencing/Geofencing.h
|
| diff --git a/Source/modules/geofencing/Geofencing.h b/Source/modules/geofencing/Geofencing.h
|
| index 434a860329c03cfb3e00980028641dde8501ae95..9d6bf412949c0be3314a638872597a275c4e0ae0 100644
|
| --- a/Source/modules/geofencing/Geofencing.h
|
| +++ b/Source/modules/geofencing/Geofencing.h
|
| @@ -17,6 +17,7 @@ class ScriptPromise;
|
| class ScriptState;
|
|
|
| class Geofencing FINAL : public GarbageCollected<Geofencing>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static Geofencing* create()
|
| {
|
|
|