Index: Source/modules/geofencing/Geofencing.h |
diff --git a/Source/modules/geofencing/Geofencing.h b/Source/modules/geofencing/Geofencing.h |
index 9d6bf412949c0be3314a638872597a275c4e0ae0..6624dac90592d5775d79ec4a80c46a9bb745cedb 100644 |
--- a/Source/modules/geofencing/Geofencing.h |
+++ b/Source/modules/geofencing/Geofencing.h |
@@ -16,7 +16,7 @@ class GeofencingRegion; |
class ScriptPromise; |
class ScriptState; |
-class Geofencing FINAL : public GarbageCollected<Geofencing>, public ScriptWrappable { |
+class Geofencing final : public GarbageCollected<Geofencing>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static Geofencing* create() |