mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 841078 - change FORBIDDEN_IDS initializer to an array of strings
This commit is contained in:
parent
782f743373
commit
b725688083
@ -18,7 +18,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "Toolbox",
|
|||||||
XPCOMUtils.defineLazyModuleGetter(this, "TargetFactory",
|
XPCOMUtils.defineLazyModuleGetter(this, "TargetFactory",
|
||||||
"resource:///modules/devtools/Target.jsm");
|
"resource:///modules/devtools/Target.jsm");
|
||||||
|
|
||||||
const FORBIDDEN_IDS = new Set("toolbox", "");
|
const FORBIDDEN_IDS = new Set(["toolbox", ""]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DevTools is a class that represents a set of developer tools, it holds a
|
* DevTools is a class that represents a set of developer tools, it holds a
|
||||||
|
Loading…
Reference in New Issue
Block a user