From 24ef486f1d51808168738c1c61d76d595c00e401 Mon Sep 17 00:00:00 2001 From: Alexandre Poirot Date: Tue, 5 Mar 2019 11:13:28 +0000 Subject: [PATCH] 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 --- devtools/shared/specs/targets/addon.js | 2 +- devtools/shared/specs/targets/browsing-context.js | 2 +- devtools/shared/specs/targets/content-process.js | 2 +- devtools/shared/specs/targets/worker.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/shared/specs/targets/addon.js b/devtools/shared/specs/targets/addon.js index 9c2cfd49ccc8..e71072c3dc34 100644 --- a/devtools/shared/specs/targets/addon.js +++ b/devtools/shared/specs/targets/addon.js @@ -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", }, diff --git a/devtools/shared/specs/targets/browsing-context.js b/devtools/shared/specs/targets/browsing-context.js index 9848aaf2e42b..be4d43b21537 100644 --- a/devtools/shared/specs/targets/browsing-context.js +++ b/devtools/shared/specs/targets/browsing-context.js @@ -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", }, diff --git a/devtools/shared/specs/targets/content-process.js b/devtools/shared/specs/targets/content-process.js index 7484e2a0524e..aa95dd5db38e 100644 --- a/devtools/shared/specs/targets/content-process.js +++ b/devtools/shared/specs/targets/content-process.js @@ -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", }, diff --git a/devtools/shared/specs/targets/worker.js b/devtools/shared/specs/targets/worker.js index e970f579d51c..42ff45a86f1d 100644 --- a/devtools/shared/specs/targets/worker.js +++ b/devtools/shared/specs/targets/worker.js @@ -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", },