mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 808436 - [gcli] cmd refresh throws an exception, r=paul
This commit is contained in:
parent
27ed62d5ff
commit
fa2fbfe3fd
@ -124,6 +124,6 @@ gcli.addCommand({
|
|||||||
get hidden() { return !prefBranch.prefHasUserValue(PREF_DIR); },
|
get hidden() { return !prefBranch.prefHasUserValue(PREF_DIR); },
|
||||||
exec: function Command_cmdRefresh(args, context) {
|
exec: function Command_cmdRefresh(args, context) {
|
||||||
let chromeWindow = context.environment.chromeDocument.defaultView;
|
let chromeWindow = context.environment.chromeDocument.defaultView;
|
||||||
GcliCommands.refreshAutoCommands(chromeWindow);
|
CmdCommands.refreshAutoCommands(chromeWindow);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user