зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1723050 - Part 27: Replace typedef by using in dom/simpledb/ r=dom-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D121325
This commit is contained in:
Родитель
e16e09b8e7
Коммит
84f5ccba11
|
@ -36,9 +36,9 @@ class SDBRequest;
|
|||
class SDBRequestParams;
|
||||
|
||||
class SDBConnection final : public nsISDBConnection {
|
||||
typedef mozilla::dom::quota::PersistenceType PersistenceType;
|
||||
typedef mozilla::ipc::PBackgroundChild PBackgroundChild;
|
||||
typedef mozilla::ipc::PrincipalInfo PrincipalInfo;
|
||||
using PersistenceType = mozilla::dom::quota::PersistenceType;
|
||||
using PBackgroundChild = mozilla::ipc::PBackgroundChild;
|
||||
using PrincipalInfo = mozilla::ipc::PrincipalInfo;
|
||||
|
||||
nsCOMPtr<nsISDBCloseCallback> mCloseCallback;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче