зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1710064 - Fix a tiny typo in nightly-disabled code
Differential Revision: https://phabricator.services.mozilla.com/D114835
This commit is contained in:
Родитель
7d30021666
Коммит
63d436333d
|
@ -3120,7 +3120,8 @@ bool nsGlobalWindowInner::DoResolve(
|
|||
aDesc.set(mozilla::Some(JS::PropertyDescriptor::Data(
|
||||
JS::ObjectValue(*shim),
|
||||
{JS::PropertyAttribute::Configurable, JS::PropertyAttribute::Enumerable,
|
||||
JS::PropertyAttribute::Writable}))) return true;
|
||||
JS::PropertyAttribute::Writable})));
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче