Bug 1483319 Part 2 - Treat replayForcedPause as unsolicited, r=jimb.

--HG--
extra : rebase_source : 4cf05351ec2a83a069599f904f3fbee6d626a0f1
This commit is contained in:
Brian Hackett 2018-08-18 05:39:34 -10:00
Родитель a5ab0eb31b
Коммит bc4ee25f64
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -62,7 +62,8 @@ const UnsolicitedPauses = {
"breakpoint": "breakpoint",
"DOMEvent": "DOMEvent",
"watchpoint": "watchpoint",
"exception": "exception"
"exception": "exception",
"replayForcedPause": "replayForcedPause",
};
module.exports = {