| Index: Source/modules/quota/StorageInfo.h
|
| diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h
|
| index 1d644d9a931c49fed8fbb28a0b566f586563faf1..68318ee78a9315ec20cd9bbc5475918a63d161f1 100644
|
| --- a/Source/modules/quota/StorageInfo.h
|
| +++ b/Source/modules/quota/StorageInfo.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -class StorageInfo FINAL : public GarbageCollected<StorageInfo>, public ScriptWrappable {
|
| +class StorageInfo final : public GarbageCollected<StorageInfo>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static StorageInfo* create(unsigned long long usage, unsigned long long quota)
|
|
|