зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1354635 - Part 2: Wrap JS line in devtools to satisfy eslint, a=bustage
MozReview-Commit-ID: AJrmTsonET2
This commit is contained in:
Родитель
50e007bc26
Коммит
5649a1dff0
|
@ -365,7 +365,8 @@ protocol.ActorClassWithSpec(serviceWorkerRegistrationSpec, {
|
||||||
// This call should be replaced with a proper implementation when
|
// This call should be replaced with a proper implementation when
|
||||||
// ServiceWorker debugging is improved to support multiple content processes
|
// ServiceWorker debugging is improved to support multiple content processes
|
||||||
// correctly.
|
// correctly.
|
||||||
Services.perms.broadcastPermissionsForPrincipalToAllContentProcesses(this._registration.principal);
|
Services.perms.broadcastPermissionsForPrincipalToAllContentProcesses(
|
||||||
|
this._registration.principal);
|
||||||
|
|
||||||
Services.ppmm.broadcastAsyncMessage("serviceWorkerRegistration:start", {
|
Services.ppmm.broadcastAsyncMessage("serviceWorkerRegistration:start", {
|
||||||
scope: this._registration.scope
|
scope: this._registration.scope
|
||||||
|
|
Загрузка…
Ссылка в новой задаче