Bug 1574190 - Add watchpoints trait to browsingContextTargetPrototype and remove from RootActor r=jlast

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Miriam 2019-09-09 17:30:31 +00:00
parent 205543d657
commit 01f4ef904a
2 changed files with 2 additions and 2 deletions

View File

@ -182,8 +182,6 @@ RootActor.prototype = {
nativeLogpoints: true,
// support older browsers for Fx69+
hasThreadFront: true,
// Support watchpoints in the server for Fx71+
watchpoints: true,
},
/**

View File

@ -282,6 +282,8 @@ const browsingContextTargetPrototype = {
logInPage: true,
// Supports requests related to rewinding.
canRewind,
// Supports watchpoints in the server for Fx71+
watchpoints: true,
};
this._workerTargetActorList = null;