Index: WebCore/platform/chromium/GeolocationServiceChromium.cpp |
=================================================================== |
--- WebCore/platform/chromium/GeolocationServiceChromium.cpp (revision 67096) |
+++ WebCore/platform/chromium/GeolocationServiceChromium.cpp (working copy) |
@@ -35,6 +35,10 @@ |
namespace WebCore { |
+GeolocationServiceBridge::~GeolocationServiceBridge() |
+{ |
+} |
+ |
GeolocationServiceChromium::GeolocationServiceChromium(GeolocationServiceClient* c) |
: GeolocationService(c), |
m_geolocation(static_cast<Geolocation*>(c)), |