Index: Source/modules/geolocation/Geolocation.h |
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h |
index 90f26cabc79bfce3533118e9d908f347ef9b44fd..bf65f2648431b5d8bba6b60a5fbb995065b98e98 100644 |
--- a/Source/modules/geolocation/Geolocation.h |
+++ b/Source/modules/geolocation/Geolocation.h |
@@ -50,7 +50,7 @@ class Geolocation FINAL : public ScriptWrappable, public RefCounted<Geolocation> |
{ |
public: |
static PassRefPtr<Geolocation> create(ExecutionContext*); |
- ~Geolocation(); |
+ virtual ~Geolocation(); |
virtual void stop() OVERRIDE; |
Document* document() const; |