зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1483319 Part 2 - Treat replayForcedPause as unsolicited, r=jimb.
--HG-- extra : rebase_source : 4cf05351ec2a83a069599f904f3fbee6d626a0f1
This commit is contained in:
Родитель
a5ab0eb31b
Коммит
bc4ee25f64
|
@ -62,7 +62,8 @@ const UnsolicitedPauses = {
|
|||
"breakpoint": "breakpoint",
|
||||
"DOMEvent": "DOMEvent",
|
||||
"watchpoint": "watchpoint",
|
||||
"exception": "exception"
|
||||
"exception": "exception",
|
||||
"replayForcedPause": "replayForcedPause",
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче