Index: Source/modules/geolocation/Geolocation.cpp |
diff --git a/Source/modules/geolocation/Geolocation.cpp b/Source/modules/geolocation/Geolocation.cpp |
index 1e1061c0e59a23ff50de39a97e2bd47d5aec86d9..3302ef9bcebdc427c8da5d13696101ff13d71231 100644 |
--- a/Source/modules/geolocation/Geolocation.cpp |
+++ b/Source/modules/geolocation/Geolocation.cpp |
@@ -77,8 +77,6 @@ static PassRefPtrWillBeRawPtr<PositionError> createPositionError(GeolocationErro |
return PositionError::create(code, error->message()); |
} |
-DEFINE_GC_INFO(Geolocation::GeoNotifier); |
- |
Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) |
: m_geolocation(geolocation) |
, m_successCallback(successCallback) |
@@ -251,8 +249,6 @@ void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const |
copyValuesToVector(m_idToNotifierMap, copy); |
} |
-DEFINE_GC_INFO(Geolocation); |
- |
PassRefPtrWillBeRawPtr<Geolocation> Geolocation::create(ExecutionContext* context) |
{ |
RefPtrWillBeRawPtr<Geolocation> geolocation = adoptRefWillBeNoop(new Geolocation(context)); |