Index: Source/modules/geofencing/GeofencingEvent.cpp |
diff --git a/Source/modules/geofencing/GeofencingEvent.cpp b/Source/modules/geofencing/GeofencingEvent.cpp |
index eb8a91d11bd964f97616851e935d6d8196b5dcef..f1fd3bb24639a6964899f9e987d8ae367da7cf26 100644 |
--- a/Source/modules/geofencing/GeofencingEvent.cpp |
+++ b/Source/modules/geofencing/GeofencingEvent.cpp |
@@ -22,6 +22,12 @@ GeofencingEvent::~GeofencingEvent() |
{ |
} |
+void GeofencingEvent::trace(Visitor* visitor) |
+{ |
+ visitor->trace(m_region); |
+ Event::trace(visitor); |
+} |
+ |
const AtomicString& GeofencingEvent::interfaceName() const |
{ |
return EventNames::GeofencingEvent; |