Bug 1354635 - Part 2: Wrap JS line in devtools to satisfy eslint, a=bustage

MozReview-Commit-ID: AJrmTsonET2
This commit is contained in:
Michael Layzell 2017-04-18 15:28:24 -04:00
Родитель 50e007bc26
Коммит 5649a1dff0
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -365,7 +365,8 @@ protocol.ActorClassWithSpec(serviceWorkerRegistrationSpec, {
// This call should be replaced with a proper implementation when
// ServiceWorker debugging is improved to support multiple content processes
// correctly.
Services.perms.broadcastPermissionsForPrincipalToAllContentProcesses(this._registration.principal);
Services.perms.broadcastPermissionsForPrincipalToAllContentProcesses(
this._registration.principal);
Services.ppmm.broadcastAsyncMessage("serviceWorkerRegistration:start", {
scope: this._registration.scope