зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1528286. Remove bogus comment. r=froydnj
There are no relocations needed for string constants. Differential Revision: https://phabricator.services.mozilla.com/D19956 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
385f491ad9
Коммит
c898179a08
|
@ -1862,8 +1862,6 @@ class CGClassConstructor(CGAbstractStaticMethod):
|
|||
JS::Rooted<JSObject*> obj(cx, &args.callee());
|
||||
$*{chromeOnlyCheck}
|
||||
if (!args.isConstructing()) {
|
||||
// XXXbz wish I could get the name from the callee instead of
|
||||
// Adding more relocations
|
||||
return ThrowConstructorWithoutNew(cx, "${ctorName}");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче