Index: Source/modules/quota/DeprecatedStorageQuota.h |
diff --git a/Source/modules/quota/DeprecatedStorageQuota.h b/Source/modules/quota/DeprecatedStorageQuota.h |
index 592563c965647d3d17502a7394b06e61ef77c7db..f64cbb76afc00effc735c711f505f608143412e7 100644 |
--- a/Source/modules/quota/DeprecatedStorageQuota.h |
+++ b/Source/modules/quota/DeprecatedStorageQuota.h |
@@ -42,7 +42,7 @@ class StorageErrorCallback; |
class StorageQuotaCallback; |
class StorageUsageCallback; |
-class DeprecatedStorageQuota FINAL : public GarbageCollected<DeprecatedStorageQuota>, public ScriptWrappable { |
+class DeprecatedStorageQuota final : public GarbageCollected<DeprecatedStorageQuota>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
enum Type { |