Bug 1506549 - correctly type workerListChanged on ContentProcessTarget spec. r=yulia

It allows to send the event through the front rather than DebuggerClient.

MozReview-Commit-ID: H8zEwAlUWDb

Depends on D11622

Differential Revision: https://phabricator.services.mozilla.com/D11623

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexandre Poirot 2018-11-15 10:22:56 +00:00
parent 1578b6da37
commit db2717d2bf

View File

@ -27,6 +27,9 @@ const contentProcessTargetSpec = generateActorSpec({
type: "newSource",
source: Option(0, "json"),
},
workerListChanged: {
type: "workerListChanged",
},
},
});