Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / NavigatorGeolocation.h
index b8ec63d..7c3f807 100644 (file)
@@ -30,10 +30,10 @@ class LocalFrame;
 class Geolocation;
 class Navigator;
 
-class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorGeolocation>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
+class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollected<NavigatorGeolocation>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
     WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorGeolocation);
+    DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(NavigatorGeolocation);
 public:
-    virtual ~NavigatorGeolocation();
     static NavigatorGeolocation& from(Navigator&);
 
     static Geolocation* geolocation(Navigator&);