Index: Source/modules/geolocation/Geoposition.h |
diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h |
index 147a962ab34ac9e3fd12bb0223b2448e19dbb876..90b599d120efcc44d2d9d22f28e3d2f97838d88a 100644 |
--- a/Source/modules/geolocation/Geoposition.h |
+++ b/Source/modules/geolocation/Geoposition.h |
@@ -33,7 +33,7 @@ |
namespace blink { |
-class Geoposition FINAL : public GarbageCollected<Geoposition>, public ScriptWrappable { |
+class Geoposition final : public GarbageCollected<Geoposition>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp) |