| Index: Source/modules/quota/WorkerNavigatorStorageQuota.h
 | 
| diff --git a/Source/modules/quota/WorkerNavigatorStorageQuota.h b/Source/modules/quota/WorkerNavigatorStorageQuota.h
 | 
| index b8f4a48e99092f20da515ce36a3a6463b0b0fbea..8a7d94a08d5bbd9e009c6e9da4873ecc87fde125 100644
 | 
| --- a/Source/modules/quota/WorkerNavigatorStorageQuota.h
 | 
| +++ b/Source/modules/quota/WorkerNavigatorStorageQuota.h
 | 
| @@ -39,7 +39,7 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -class WorkerNavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollected<WorkerNavigatorStorageQuota>, public WillBeHeapSupplement<WorkerNavigator> {
 | 
| +class WorkerNavigatorStorageQuota final : public NoBaseWillBeGarbageCollected<WorkerNavigatorStorageQuota>, public WillBeHeapSupplement<WorkerNavigator> {
 | 
|      WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorStorageQuota);
 | 
|  public:
 | 
|      static WorkerNavigatorStorageQuota& from(WorkerNavigator&);
 | 
| 
 |