Bug 1563324 - Clean up no longer applicable comment r=khyperia

Depends on D39016

Differential Revision: https://phabricator.services.mozilla.com/D39017

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Gaudet 2019-07-26 18:43:04 +00:00
parent 3ddf3782c9
commit 7a8de031e1

View File

@ -4243,7 +4243,7 @@ void JSScript::finalize(FreeOp* fop) {
// NOTE: this JSScript may be partially initialized at this point. E.g. we
// may have created it and partially initialized it with
// JSScript::Create(), but not yet finished initializing it with
// fullyInitFromEmitter() or fullyInitTrivial().
// fullyInitFromEmitter().
// Collect code coverage information for this script and all its inner
// scripts, and store the aggregated information on the realm.
@ -4894,7 +4894,7 @@ void JSScript::traceChildren(JSTracer* trc) {
// NOTE: this JSScript may be partially initialized at this point. E.g. we
// may have created it and partially initialized it with
// JSScript::Create(), but not yet finished initializing it with
// fullyInitFromEmitter() or fullyInitTrivial().
// fullyInitFromEmitter().
// Trace base class fields.
BaseScript::traceChildren(trc);