| Index: Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| diff --git a/Source/modules/quota/WorkerNavigatorStorageQuota.h b/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| index 202f3ece7276c9d7e53e91807ead4cd15709d223..a69c1be1d2c8570c81f123c3efa44247528fba02 100644
|
| --- a/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| +++ b/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| @@ -42,10 +42,10 @@ namespace WebCore {
|
| class WorkerNavigatorStorageQuota FINAL : public Supplement<WorkerNavigator> {
|
| public:
|
| virtual ~WorkerNavigatorStorageQuota();
|
| - static WorkerNavigatorStorageQuota* from(WorkerNavigator*);
|
| + static WorkerNavigatorStorageQuota& from(WorkerNavigator&);
|
|
|
| - static DeprecatedStorageQuota* webkitTemporaryStorage(WorkerNavigator*);
|
| - static DeprecatedStorageQuota* webkitPersistentStorage(WorkerNavigator*);
|
| + static DeprecatedStorageQuota* webkitTemporaryStorage(WorkerNavigator&);
|
| + static DeprecatedStorageQuota* webkitPersistentStorage(WorkerNavigator&);
|
| DeprecatedStorageQuota* webkitTemporaryStorage() const;
|
| DeprecatedStorageQuota* webkitPersistentStorage() const;
|
|
|
|
|