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

Unified Diff: Source/modules/geolocation/Geoposition.h

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Finalizable transition type Created 6 years, 6 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: Source/modules/geolocation/Geoposition.h
diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h
index 619d862312e1515f35f70873ffa52c04d9737881..d862205062b4d6b542da09c56da12f503f5f01d1 100644
--- a/Source/modules/geolocation/Geoposition.h
+++ b/Source/modules/geolocation/Geoposition.h
@@ -33,7 +33,7 @@
namespace WebCore {
-class Geoposition : public GarbageCollectedFinalized<Geoposition>, public ScriptWrappable {
+class Geoposition FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<Geoposition>, public ScriptWrappable {
public:
static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp)
{

Powered by Google App Engine
This is Rietveld 408576698