Bug 1530861 - Fix typo in deprecated firefox version comment. r=jdescottes

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexandre Poirot 2019-03-05 11:13:28 +00:00
parent 1b4fb7feae
commit 24ef486f1d
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ const addonTargetSpec = generateActorSpec({
// actor (bug 1269919), but as we may still connect to older servers which still do,
// we have to keep it being mentioned here. Otherwise the event is considered as a
// response to a request and confuses the packet ordering.
// We can remove that once FF57 is no longer supported.
// We can remove that once FF66 is no longer supported.
newSource: {
type: "newSource",
},

View File

@ -141,7 +141,7 @@ const browsingContextTargetSpecPrototype = {
// actor (bug 1269919), but as we may still connect to older servers which still do,
// we have to keep it being mentioned here. Otherwise the event is considered as a
// response to a request and confuses the packet ordering.
// We can remove that once FF57 is no longer supported.
// We can remove that once FF66 is no longer supported.
newSource: {
type: "newSource",
},

View File

@ -29,7 +29,7 @@ const contentProcessTargetSpec = generateActorSpec({
// actor (bug 1269919), but as we may still connect to older servers which still do,
// we have to keep it being mentioned here. Otherwise the event is considered as a
// response to a request and confuses the packet ordering.
// We can remove that once FF57 is no longer supported.
// We can remove that once FF66 is no longer supported.
newSource: {
type: "newSource",
},

View File

@ -41,7 +41,7 @@ const workerTargetSpec = generateActorSpec({
// actor (bug 1269919), but as we may still connect to older servers which still do,
// we have to keep it being mentioned here. Otherwise the event is considered as a
// response to a request and confuses the packet ordering.
// We can remove that once FF57 is no longer supported.
// We can remove that once FF66 is no longer supported.
newSource: {
type: "newSource",
},