This commit is contained in:
rogerl%netscape.com 2003-04-09 22:21:23 +00:00
parent 0975e3734b
commit 6f0c08bee9
2 changed files with 5 additions and 1 deletions

View File

@ -398,7 +398,8 @@ namespace MetaData {
JS2Engine::JS2Engine(World &world)
: meta(NULL),
pc(NULL),
bCon(NULL),
bCon(NULL),
phase(RunPhase),
retval(JS2VAL_VOID),
a(JS2VAL_VOID),
b(JS2VAL_VOID),

View File

@ -4562,6 +4562,9 @@ XXX see EvalAttributeExpression, where identifiers are being handled for now...
}
// there was room, so acquire it
PondScum *p = (PondScum *)pondTop;
#ifdef DEBUG
memset(p, 0xB7, sizeof(PondScum));
#endif
p->owner = this;
p->setSize(sz);
if (isJS2Object)