зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1572903: Follow-up: Fix ESLint bustage. r=eslint-fix
MANUAL PUSH: Bustage fix. --HG-- extra : rebase_source : 8188cf4d5b9e5e2a347efa1025a0456b3166b3b2
This commit is contained in:
Родитель
3f04617ca1
Коммит
e95358021e
|
@ -40,7 +40,9 @@ function isWrappable(x) {
|
|||
|
||||
function isWrapper(x) {
|
||||
try {
|
||||
return isWrappable(x) && typeof x.SpecialPowers_wrappedObject !== "undefined";
|
||||
return (
|
||||
isWrappable(x) && typeof x.SpecialPowers_wrappedObject !== "undefined"
|
||||
);
|
||||
} catch (e) {
|
||||
// If `x` is a remote object proxy, trying to access an unexpected property
|
||||
// on it will throw a security error, even though we're chrome privileged.
|
||||
|
|
Загрузка…
Ссылка в новой задаче