| Index: Source/modules/quota/DeprecatedStorageInfo.h
|
| diff --git a/Source/modules/quota/DeprecatedStorageInfo.h b/Source/modules/quota/DeprecatedStorageInfo.h
|
| index 56d34aff4aec4710397fb6ab4e74e29813df1f5b..d8c11fb305abdea732111d5051302e618c87b3be 100644
|
| --- a/Source/modules/quota/DeprecatedStorageInfo.h
|
| +++ b/Source/modules/quota/DeprecatedStorageInfo.h
|
| @@ -43,7 +43,7 @@ class StorageErrorCallback;
|
| class StorageQuotaCallback;
|
| class StorageUsageCallback;
|
|
|
| -class DeprecatedStorageInfo FINAL : public GarbageCollected<DeprecatedStorageInfo>, public ScriptWrappable {
|
| +class DeprecatedStorageInfo final : public GarbageCollected<DeprecatedStorageInfo>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum {
|
|
|