зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
af5c0960b4
Коммит
5e57aa68b6
|
@ -1659,6 +1659,11 @@ function divergeFromRecording() {
|
|||
}
|
||||
|
||||
const gRequestHandlers = {
|
||||
repaint() {
|
||||
divergeFromRecording();
|
||||
return RecordReplayControl.repaint();
|
||||
},
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
// Debugger Requests
|
||||
/////////////////////////////////////////////////////////
|
||||
|
|
Загрузка…
Ссылка в новой задаче