Bug 897850 - Fix order of "construct" and "hasInstance" comments. r=evilpie. DONTBUILD

This commit is contained in:
Nicholas Nethercote
2013-07-25 15:30:53 -07:00
parent a253d10186
commit f8cd26b5a5
12 changed files with 21 additions and 21 deletions

View File

@@ -851,8 +851,8 @@ Class PropertyIteratorObject::class_ = {
finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
trace,
{
NULL, /* outerObject */
@@ -1452,8 +1452,8 @@ Class GeneratorObject::class_ = {
generator_finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
generator_trace,
{
NULL, /* outerObject */