Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: WebCore/platform/chromium/GeolocationServiceChromium.cpp

Issue 3316011: Merge 66886 - 2010-09-07 Jonathan Dixon <joth@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)),
« no previous file with comments | « WebCore/platform/chromium/GeolocationServiceChromium.h ('k') | WebKit/chromium/public/WebGeolocationService.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698