Bug 1579583 - Restore repaint() manifest handler, r=jlast.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Hackett 2019-09-07 00:40:27 +00:00
Родитель af5c0960b4
Коммит 5e57aa68b6
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1659,6 +1659,11 @@ function divergeFromRecording() {
}
const gRequestHandlers = {
repaint() {
divergeFromRecording();
return RecordReplayControl.repaint();
},
/////////////////////////////////////////////////////////
// Debugger Requests
/////////////////////////////////////////////////////////