X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fgeolocation%2FNavigatorGeolocation.h;h=7c3f807c0f7f4dd5c368100ae6d1cc856e7e2a01;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b8ec63d665d83f7d9c7c79689d39cec0456bd9af;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h b/src/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h index b8ec63d..7c3f807 100644 --- a/src/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h +++ b/src/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h @@ -30,10 +30,10 @@ class LocalFrame; class Geolocation; class Navigator; -class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollectedFinalized, public WillBeHeapSupplement, public DOMWindowProperty { +class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollected, public WillBeHeapSupplement, 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&);