| 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)
|
| {
|
|
|