Bug 1591410 - Remove unused UnsolicitedPauses constants r=jlast,ochameau

Depends on D50616

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2019-10-29 08:39:31 +00:00
Родитель c2d789f1e7
Коммит 4dd1553284
1 изменённых файлов: 0 добавлений и 17 удалений

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

@ -34,24 +34,7 @@ const UnsolicitedNotifications = {
newSource: "newSource",
};
/**
* Set of pause types that are sent by the server and not as an immediate
* response to a client request.
*/
const UnsolicitedPauses = {
resumeLimit: "resumeLimit",
debuggerStatement: "debuggerStatement",
breakpoint: "breakpoint",
DOMEvent: "DOMEvent",
watchpoint: "watchpoint",
eventBreakpoint: "eventBreakpoint",
exception: "exception",
replayForcedPause: "replayForcedPause",
mutationBreakpoint: "mutationBreakpoint",
};
module.exports = {
ThreadStateTypes,
UnsolicitedNotifications,
UnsolicitedPauses,
};