| Index: Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| diff --git a/Source/modules/quota/WorkerNavigatorStorageQuota.h b/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| index 9f3e66c44620c8b4f2aa3bbb9dc73afe3dfa0210..f23a4ea09739a81ae67d9a83e75035493fa7a578 100644
|
| --- a/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| +++ b/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| @@ -42,7 +42,6 @@ namespace WebCore {
|
| class WorkerNavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollected<WorkerNavigatorStorageQuota>, public WillBeHeapSupplement<WorkerNavigator> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorStorageQuota);
|
| public:
|
| - virtual ~WorkerNavigatorStorageQuota();
|
| static WorkerNavigatorStorageQuota& from(WorkerNavigator&);
|
|
|
| static DeprecatedStorageQuota* webkitTemporaryStorage(WorkerNavigator&);
|
|
|