| Index: Source/modules/geolocation/Geoposition.h
|
| diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h
|
| index cd29792b1ec63385b24dab6e7c0f41c3f763c2a0..4a6db860ca45363076f9950f6b3c39bbe393b48f 100644
|
| --- a/Source/modules/geolocation/Geoposition.h
|
| +++ b/Source/modules/geolocation/Geoposition.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -class Geoposition : public GarbageCollectedFinalized<Geoposition>, public ScriptWrappable {
|
| +class Geoposition FINAL : public GarbageCollected<Geoposition>, public ScriptWrappable {
|
| public:
|
| static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp)
|
| {
|
|
|