Index: Source/modules/quota/StorageQuota.h |
diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h |
index 4d09fa1ba0bdc27e1ce64354d1d86cde40893522..83bb67c9e497a4d104592197504f2d44baf6421a 100644 |
--- a/Source/modules/quota/StorageQuota.h |
+++ b/Source/modules/quota/StorageQuota.h |
@@ -40,7 +40,7 @@ namespace blink { |
class ExecutionContext; |
-class StorageQuota FINAL : public GarbageCollected<StorageQuota>, public ScriptWrappable { |
+class StorageQuota final : public GarbageCollected<StorageQuota>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static StorageQuota* create() |