зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1626570 - Improve handling of copying arrays in dom/notification/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73672
This commit is contained in:
Родитель
d5c775566b
Коммит
0372f1f49f
|
@ -1671,7 +1671,7 @@ class WorkerGetResultRunnable final : public NotificationWorkerRunnable {
|
|||
public:
|
||||
WorkerGetResultRunnable(WorkerPrivate* aWorkerPrivate,
|
||||
PromiseWorkerProxy* aPromiseProxy,
|
||||
const nsTArray<NotificationStrings>&& aStrings)
|
||||
nsTArray<NotificationStrings>&& aStrings)
|
||||
: NotificationWorkerRunnable(aWorkerPrivate),
|
||||
mPromiseProxy(aPromiseProxy),
|
||||
mStrings(std::move(aStrings)) {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче