Fix Build Bustage - with "--enable-debug"

This commit is contained in:
janekptacijarabaci 2018-07-12 12:34:59 +02:00 committed by Roy Tam
commit d57aa4fc94
4 changed files with 7 additions and 2 deletions

View file

@ -930,6 +930,9 @@ class DebugEnvironments
void mark(JSTracer* trc);
void sweep(JSRuntime* rt);
void finish();
#ifdef JSGC_HASH_TABLE_CHECKS
void checkHashTablesAfterMovingGC(JSRuntime* runtime);
#endif
// If a live frame has a synthesized entry in missingEnvs, make sure it's not
// collected.